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 86057b8 commit a1c5b58Copy full SHA for a1c5b58
1 file changed
package.json
@@ -34,7 +34,7 @@
34
"coverage": "rc-test --coverage",
35
"docs:build": "dumi build",
36
"docs:deploy": "gh-pages -d docs-dist",
37
- "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",
38
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
39
"prepublishOnly": "npm run compile && rc-np",
40
"prettier": "prettier --write --ignore-unknown .",
0 commit comments