Skip to content

Commit 3663b04

Browse files
committed
chore: address AI review feedback
1 parent dc9d7d8 commit 3663b04

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"docs:build": "dumi build",
3434
"docs:deploy": "gh-pages -d docs-dist",
3535
"compile": "father build && lessc assets/index.less assets/index.css",
36-
"gh-pages": "GH_PAGES=1 npm run docs:build && npm run docs:deploy",
36+
"gh-pages": "cross-env GH_PAGES=1 npm run docs:build && npm run docs:deploy",
3737
"prepublishOnly": "npm run compile && rc-np",
3838
"postpublish": "npm run gh-pages",
3939
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
@@ -59,6 +59,7 @@
5959
"@types/react": "^19.0.0",
6060
"@types/react-dom": "^19.0.1",
6161
"@umijs/fabric": "^4.0.0",
62+
"cross-env": "^7.0.0",
6263
"dumi": "^2.1.14",
6364
"eslint": "^8.0.0",
6465
"father": "^4.3.7",

0 commit comments

Comments
 (0)