Skip to content

Commit ba8a45f

Browse files
committed
chore: use np deps
1 parent 8dc9917 commit ba8a45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"docs:deploy": "gh-pages -d .doc",
3838
"compile": "father build && lessc assets/index.less assets/index.css",
3939
"gh-pages": "GH_PAGES=1 npm run docs:build && npm run docs:deploy",
40-
"prepublishOnly": "npm run compile && np --yolo --no-publish && npm run gh-pages",
40+
"prepublishOnly": "npm run compile && rc-np",
4141
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
4242
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
4343
"pretty-quick": "pretty-quick",

0 commit comments

Comments
 (0)