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 dc41d97 commit 96231ffCopy full SHA for 96231ff
package.json
@@ -27,7 +27,7 @@
27
"coverage": "npm test -- --coverage",
28
"lint": "eslint src/ --ext .tsx,.ts & eslint tests/ --ext .js",
29
"prepare": "husky install",
30
- "prepublishOnly": "npm run compile && np --yolo --no-publish",
+ "prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch",
31
"start": "dumi dev",
32
"test": "rc-test"
33
},
0 commit comments