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 424e96a commit c9af153Copy full SHA for c9af153
package.json
@@ -30,7 +30,7 @@
30
"build": "father doc build --storybook",
31
"compile": "father build && lessc assets/index.less assets/index.css",
32
"gh-pages": "npm run build && father doc deploy",
33
- "prepublishOnly": "npm run compile && np --yolo --no-publish",
+ "prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch",
34
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
35
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
36
"test": "father test",
0 commit comments