We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341bb8b commit b6426d4Copy full SHA for b6426d4
package.json
@@ -5,7 +5,10 @@
5
"build": "bsb -make-world",
6
"start": "bsb -make-world -w",
7
"clean": "bsb -clean-world",
8
- "test": "jest"
+ "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"
12
},
13
"keywords": [
14
"BuckleScript"
0 commit comments