Skip to content

Commit eec212b

Browse files
committed
chore: address AI review feedback
1 parent 3cb2f76 commit eec212b

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
@@ -36,7 +36,7 @@
3636
"coverage": "rc-test --coverage",
3737
"docs:build": "dumi build",
3838
"docs:deploy": "gh-pages -d docs-dist",
39-
"gh-pages": "GH_PAGES=1 npm run docs:build && npm run docs:deploy",
39+
"gh-pages": "cross-env GH_PAGES=1 npm run docs:build && npm run docs:deploy",
4040
"lint": "eslint src/ --ext .tsx,.ts,.jsx,.js",
4141
"prepublishOnly": "npm run compile && rc-np",
4242
"postpublish": "tnpm sync @rc-component/menu",
@@ -64,6 +64,7 @@
6464
"@types/react-dom": "^18.3.7",
6565
"@types/warning": "^3.0.0",
6666
"@umijs/fabric": "^4.0.1",
67+
"cross-env": "^7.0.0",
6768
"dumi": "^2.1.17",
6869
"eslint": "^8.55.0",
6970
"father": "^4.0.0",

0 commit comments

Comments
 (0)