Skip to content

Commit b585df1

Browse files
committed
chore: bump np version
1 parent 5d69679 commit b585df1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"docs:deploy": "gh-pages -d .doc",
3434
"compile": "father build && lessc assets/index.less assets/index.css",
3535
"gh-pages": "GH_PAGES=1 npm run docs:build && npm run docs:deploy",
36-
"prepublishOnly": "npm run compile && np --yolo --no-publish",
36+
"prepublishOnly": "npm run compile && rc-np",
3737
"postpublish": "npm run gh-pages",
3838
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
3939
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
@@ -67,7 +67,6 @@
6767
"husky": "^9.1.7",
6868
"less": "^4.2.1",
6969
"lint-staged": "^15.2.11",
70-
"np": "^10.1.0",
7170
"prettier": "^3.4.2",
7271
"pretty-quick": "^4.0.0",
7372
"rc-test": "^7.0.15",

0 commit comments

Comments
 (0)