Skip to content

Commit 57f8408

Browse files
author
drake.aren
committed
add prepare script
1 parent d7b11c5 commit 57f8408

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
@@ -8,7 +8,8 @@
88
"watch-build": "npm run build -- -w",
99
"test": "mocha --compilers js:@babel/register",
1010
"watch-test": "npm test -- -w",
11-
"lint": "eslint **/*.js --quiet"
11+
"lint": "eslint **/*.js --quiet",
12+
"prepare": "npm run build"
1213
},
1314
"repository": {
1415
"type": "git",

0 commit comments

Comments
 (0)