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 4535161 commit b3a2df0Copy full SHA for b3a2df0
package.json
@@ -36,7 +36,7 @@
36
"deploy": "UMI_ENV=gh npm run build && gh-pages -d dist",
37
"lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.jsx",
38
"now-build": "npm run build",
39
- "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
+ "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --any-branch",
40
"lint:tsc": "tsc -p tsconfig.json --noEmit",
41
"start": "dumi dev",
42
"test": "rc-test"
0 commit comments