Skip to content

Commit

Permalink
fix(npm): added build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrandwijk committed Jan 7, 2018
1 parent e3c69bb commit 37a4b0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
],
"license": "MIT",
"scripts": {
"prepublishOnly": "npm run build",
"build": "rimraf dist && tsc -d",
"test": "echo No tests..."
},
Expand Down

0 comments on commit 37a4b0e

Please sign in to comment.