Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkasprowicz authored Jun 17, 2019
1 parent e5faaa1 commit 4ea2963
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 @@ -9,7 +9,7 @@
"build": "NODE_ENV=production webpack -p",
"preversion": "npm run test",
"version": "npm run build && git add .",
"postversion": "git push && git push --tags",
"postversion": "git push && git push --tags && npm publish",
"test": "NODE_ENV=test jest",
"test:watch": "NODE_ENV=test jest --watch"
},
Expand Down

0 comments on commit 4ea2963

Please sign in to comment.