Skip to content

Commit c65b666

Browse files
committed
Add prepare script
Allows us to install via github/source easily
1 parent 7af7844 commit c65b666

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"clean": "rm -Rf node_modules/ dist/",
1919
"build": "tsc",
2020
"watch": "tsc --watch",
21-
"test": "nyc mocha"
21+
"test": "nyc mocha",
22+
"prepare": "npm run build"
2223
},
2324
"nyc": {
2425
"include": [

0 commit comments

Comments
 (0)