Skip to content

Commit

Permalink
Adding pack scripts to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wheeyls committed Aug 1, 2019
1 parent 3812171 commit c0eb619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
},
"private": false,
"scripts": {
"publish": "pack publish",
"build": "pack build",
"test": "jest",
"watch": "jest --watchAll"
},
Expand Down

0 comments on commit c0eb619

Please sign in to comment.