Skip to content

Commit

Permalink
np publish with any branch
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 29, 2019
1 parent a294803 commit 4b8a3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"build": "father doc build --storybook",
"compile": "father build && lessc assets/index.less assets/index.css && lessc assets/animation.less assets/animation.css && lessc assets/bordered.less assets/bordered.css",
"gh-pages": "npm run build && father doc deploy",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish && npm run gh-pages",
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish --any-branch && npm run gh-pages",
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"test": "father test",
Expand Down

0 comments on commit 4b8a3ad

Please sign in to comment.