Skip to content

Commit a2cc2d3

Browse files
committed
add more compile/test helper scripts;
1 parent 081e647 commit a2cc2d3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
"version": "13.0.0-beta.1",
44
"scripts": {
55
"build": "bsb -make-world",
6+
"clean-build": "bsb -clean-world && bsb -make-world",
67
"start": "bsb -make-world -w",
7-
"clean": "bsb -clean-world",
8-
"test": "jest"
8+
"clean-start": "bsb -clean-world && bsb -make-world -w",
9+
"test": "jest",
10+
"clean-test": "bsb -clean-world && bsb -make-world && jest",
11+
"clean": "bsb -clean-world"
912
},
1013
"keywords": [
1114
"BuckleScript"

0 commit comments

Comments
 (0)