Skip to content

Commit a58bdd7

Browse files
committed
feat: Use 'prepare' to build dist on 'npm install' from git repo (#41)
1 parent 9c33a1e commit a58bdd7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"types": "./dist/types/index.d.ts",
77
"module": "./dist/esm/index",
88
"scripts": {
9+
"prepare": "grunt build",
910
"test": "TS_NODE_PROJECT='tests/tsconfig.json' TS_NODE_FILES=true nyc mocha --opts ./.mocha.opts"
1011
},
1112
"author": "Jeremy Thomerson",

0 commit comments

Comments
 (0)