Skip to content

Commit d128ac9

Browse files
committed
chore: address AI review feedback
1 parent 6506c07 commit d128ac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"coverage": "rc-test --coverage",
3131
"docs:build": "dumi build",
3232
"docs:deploy": "gh-pages -d docs-dist",
33-
"gh-pages": "GH_PAGES=1 npm run docs:build && npm run docs:deploy",
33+
"gh-pages": "cross-env GH_PAGES=1 npm run docs:build && npm run docs:deploy",
3434
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
3535
"prepare": "dumi setup",
3636
"prepublishOnly": "npm run compile && rc-np",

0 commit comments

Comments
 (0)