Skip to content

Commit

Permalink
update preversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
sidiousvic committed Jul 20, 2020
1 parent 2f1e276 commit 4538b1d
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 @@ -33,7 +33,7 @@
"scripts": {
"clean": "rimraf lib dist es types",
"build": "rollup -c",
"preversion": "npm run build && npm test",
"preversion": "npm test",
"postversion": "git push origin --all; git push origin --tags",
"test": "jest && tsc spec/types.test.ts --noEmit",
"example/pizza": "webpack --config examples/pizza/webpack.config.js && webpack-dev-server --mode development --hot --watch-stdin --config examples/pizza/webpack.config.js",
Expand Down

0 comments on commit 4538b1d

Please sign in to comment.