Skip to content

Commit 36cea3c

Browse files
committed
Adds prepare phase
1 parent d9c84dd commit 36cea3c

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
@@ -72,7 +72,8 @@
7272
"watch": "PARSE_BUILD=${PARSE_BUILD:=node} gulp watch",
7373
"integration": "TESTING=1 jasmine --config=jasmine.json",
7474
"docs": "jsdoc -c ./jsdoc-conf.json ./src",
75-
"release_docs": "./release_docs.sh"
75+
"release_docs": "./release_docs.sh",
76+
"prepare": "npm run build"
7677
},
7778
"jest": {
7879
"automock": true,

0 commit comments

Comments
 (0)