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 a5c08d2 commit 0be289fCopy full SHA for 0be289f
package.json
@@ -33,7 +33,7 @@
33
"lint": "eslint src/ --ext .tsx,.ts",
34
"lint:tsc": "tsc -p tsconfig.json --noEmit",
35
"now-build": "npm run docs:build",
36
- "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
+ "prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --any-branch",
37
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
38
"start": "dumi dev",
39
"test": "umi-test",
0 commit comments