Skip to content

Commit c791470

Browse files
Ensure package can be installed from github
1 parent 3e22416 commit c791470

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"check": "npm run build && npm run lint -s && npm run test -s",
99
"build": "tsc",
1010
"lint": "tslint -c tslint.json 'src/**/*.ts'",
11+
"prepare": "npm run build",
1112
"prepublishOnly": "npm run -s check",
1213
"test": "npm run build && parcel build test/index.js --out-dir test/dist && node test/dist/index.js | tspec"
1314
},

0 commit comments

Comments
 (0)