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 a93831d commit 92afa24Copy full SHA for 92afa24
package.json
@@ -35,7 +35,7 @@
35
"docs:deploy": "gh-pages -d .doc",
36
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
37
"now-build": "npm run docs:build",
38
- "prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch",
+ "prepublishOnly": "npm run compile && np --yolo --no-publish",
39
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
40
"start": "dumi dev",
41
"test": "rc-test"
0 commit comments