Skip to content

Commit

Permalink
chore: remove np
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgao365 committed Jul 1, 2024
1 parent ff84edd commit 4f270aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1,677 deletions.
3 changes: 1 addition & 2 deletions 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",
"prepublishOnly": "npm run build && np --any-branch --no-yarn --yolo --no-publish --message \"chore: release v%s\""
"prepublishOnly": "pnpm build"
},
"engines": {
"node": ">=16"
Expand Down Expand Up @@ -82,7 +82,6 @@
"eslint": "^8.56.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"np": "^9.2.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"stylelint": "^16.1.0",
Expand Down
Loading

0 comments on commit 4f270aa

Please sign in to comment.