Skip to content

Commit 01b721a

Browse files
authored
Merge pull request #143 from garden-io/fix-prepare
Add prepare script
2 parents 7af7844 + c65b666 commit 01b721a

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)