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 cf0fa80 commit a8eaf74Copy full SHA for a8eaf74
package.json
@@ -35,7 +35,7 @@
35
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
36
"prepare": "husky",
37
"now-build": "npm run docs:build",
38
- "prepublishOnly": "npm run compile && np --yolo --no-publish",
+ "prepublishOnly": "npm run compile && rc-np",
39
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
40
"postpublish": "npm run docs:deploy",
41
"start": "dumi dev",
0 commit comments