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