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 111b866 commit e8e2e25Copy full SHA for e8e2e25
1 file changed
package.json
@@ -36,7 +36,7 @@
36
"coverage": "rc-test --coverage",
37
"docs:build": "dumi build",
38
"docs:deploy": "gh-pages -d docs-dist",
39
- "gh-pages": "cross-env GH_PAGES=1 npm run compile && npm run docs:build && npm run docs:deploy",
+ "gh-pages": "npm run compile && cross-env GH_PAGES=1 npm run docs:build && npm run docs:deploy",
40
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
41
"prepublishOnly": "npm run compile && rc-np",
42
"prettier": "prettier --write --ignore-unknown .",
0 commit comments