Skip to content

Commit

Permalink
feat: change pnp script to np
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed Dec 28, 2023
1 parent 61ae25e commit 07b224f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"lint:stylelint": "stylelint \"examples/**/*.{vue,css,less,html}\" --fix --cache",
"lint:prettier": "prettier --write \"{src,examples}/**/*.{js,cjs,ts,tsx,json,md,html}\" *.{js,cjs,ts,json,md}",
"prepare": "husky install",
"pnp": "npm run build && np --any-branch --no-yarn --yolo --no-publish --message \"chore: release v%s\""
"np": "npm run build && np --any-branch --no-yarn --yolo --no-publish --message \"chore: release v%s\""
},
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 07b224f

Please sign in to comment.