Skip to content

Commit

Permalink
feat: Use 'prepare' to build dist on 'npm install' from git repo (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
onebytegone committed Mar 22, 2019
1 parent 9c33a1e commit a58bdd7
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 @@ -6,6 +6,7 @@
"types": "./dist/types/index.d.ts",
"module": "./dist/esm/index",
"scripts": {
"prepare": "grunt build",
"test": "TS_NODE_PROJECT='tests/tsconfig.json' TS_NODE_FILES=true nyc mocha --opts ./.mocha.opts"
},
"author": "Jeremy Thomerson",
Expand Down

0 comments on commit a58bdd7

Please sign in to comment.