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 58b06b5 commit b70ce21Copy full SHA for b70ce21
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": "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",
34
"lint": "eslint .",
35
"prepublishOnly": "npm run compile && rc-np",
36
"prettier": "prettier --write --ignore-unknown .",
0 commit comments