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 fd41111 commit 4c0cb12Copy full SHA for 4c0cb12
1 file changed
package.json
@@ -34,7 +34,7 @@
34
"compile": "father build",
35
"coverage": "father test --coverage",
36
"tsc": "tsc --noEmit",
37
- "deploy": "UMI_ENV=gh npm run build && gh-pages -d docs-dist",
+ "deploy": "cross-env GH_PAGES=1 npm run build && gh-pages -d docs-dist",
38
"lint": "eslint src/ examples/ tests/ --ext .tsx,.ts,.jsx,.js",
39
"prepublishOnly": "npm run compile && rc-np",
40
"prettier": "prettier --write --ignore-unknown .",
0 commit comments