Skip to content

Commit

Permalink
chore: organize np command
Browse files Browse the repository at this point in the history
  • Loading branch information
tale committed Jun 12, 2022
1 parent f1d232c commit 065ded0
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 @@ -18,7 +18,7 @@
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .eslintrc.js",
"lint:fix": "pnpm -s lint -- --fix",
"push": "np",
"push": "np --no-cleanup --no-tests --message \"chore: v%s\"",
"prepublishOnly": "tsup ./.eslintrc.js --format cjs,esm --clean",
"test": "pnpm -s lint"
},
Expand Down

0 comments on commit 065ded0

Please sign in to comment.