Skip to content

Commit

Permalink
Merge pull request #40 from silvermine/npm_prepare
Browse files Browse the repository at this point in the history
feat: Add 'prepare' script to build dist on 'npm install' from git repo (#41)
  • Loading branch information
jthomerson authored Mar 22, 2019
2 parents 9c33a1e + a58bdd7 commit 3546be4
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 3546be4

Please sign in to comment.