Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f270aa

Browse files
committed
chore: remove np
1 parent ff84edd commit 4f270aa

File tree

2 files changed

+8
-1677
lines changed

2 files changed

+8
-1677
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"lint:stylelint": "stylelint \"examples/**/*.{vue,css,less,html}\" --fix --cache",
5252
"lint:prettier": "prettier --write \"{src,examples}/**/*.{js,cjs,ts,tsx,json,md,html}\" *.{js,cjs,ts,json,md}",
5353
"prepare": "husky install",
54-
"prepublishOnly": "npm run build && np --any-branch --no-yarn --yolo --no-publish --message \"chore: release v%s\""
54+
"prepublishOnly": "pnpm build"
5555
},
5656
"engines": {
5757
"node": ">=16"
@@ -82,7 +82,6 @@
8282
"eslint": "^8.56.0",
8383
"husky": "^8.0.3",
8484
"lint-staged": "^15.2.0",
85-
"np": "^9.2.0",
8685
"npm-run-all": "^4.1.5",
8786
"prettier": "^3.1.1",
8887
"stylelint": "^16.1.0",

0 commit comments

Comments
 (0)