Skip to content

Commit b6426d4

Browse files
committed
additional npm scripts for compiling/testing;
1 parent 341bb8b commit b6426d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"build": "bsb -make-world",
66
"start": "bsb -make-world -w",
77
"clean": "bsb -clean-world",
8-
"test": "jest"
8+
"test": "jest",
9+
"clean-build": "bsb -clean-world && bsb -make-world",
10+
"clean-start": "bsb -clean-world && bsb -make-world -w",
11+
"clean-test": "bsb -clean-world && jest"
912
},
1013
"keywords": [
1114
"BuckleScript"

0 commit comments

Comments
 (0)