Skip to content

Commit

Permalink
chore(build): dun't run tests on release script
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed May 17, 2021
1 parent 5086242 commit 630b745
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 @@ -16,7 +16,7 @@
"rollup": "rollup -c rollup.config.js",
"preversion": "pnpm run lint && pnpm run build",
"version": "pnpm run generate:all && git add .",
"release": "np --no-cleanup --no-yarn",
"release": "np --no-cleanup --no-yarn --no-tests",
"update:check": "pnpx npm-check-updates -x np -x slash --dep dev,prod",
"update:commit": "pnpx npm-check-updates -u -x np -x slash --dep dev,prod && pnpm update && pnpm install"
},
Expand Down

0 comments on commit 630b745

Please sign in to comment.