We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6506c07 commit d128ac9Copy full SHA for d128ac9
1 file changed
package.json
@@ -30,7 +30,7 @@
30
"coverage": "rc-test --coverage",
31
"docs:build": "dumi build",
32
"docs:deploy": "gh-pages -d docs-dist",
33
- "gh-pages": "GH_PAGES=1 npm run docs:build && npm run docs:deploy",
+ "gh-pages": "cross-env GH_PAGES=1 npm run docs:build && npm run docs:deploy",
34
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
35
"prepare": "dumi setup",
36
"prepublishOnly": "npm run compile && rc-np",
0 commit comments