Skip to content

Commit

Permalink
Added prepare npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuakiishiguro committed Jul 21, 2020
1 parent 3cf3c68 commit 4614a63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "libcream",
"version": "0.0.2",
"version": "0.0.3",
"description": "A CREAM client library",
"main": "build/index.js",
"scripts": {
"watch": "tsc --watch",
"build": "tsc",
"test": "npx jest"
"test": "npx jest",
"prepare": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4614a63

Please sign in to comment.