Skip to content

Commit

Permalink
Add version script
Browse files Browse the repository at this point in the history
  • Loading branch information
wheeyls committed Jul 7, 2019
1 parent f98b72c commit 26bd18e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@
},
"private": false,
"scripts": {
"publish": "pack publish",
"build": "pack build",
"test": "jest",
"watch": "jest --watchAll"
"watch": "jest --watchAll",
"version": "npm run build"
},
"dependencies": {
"@g2crowd/extract-options": "1.1.1"
Expand Down

0 comments on commit 26bd18e

Please sign in to comment.