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 081e647 commit a2cc2d3Copy full SHA for a2cc2d3
package.json
@@ -3,9 +3,12 @@
3
"version": "13.0.0-beta.1",
4
"scripts": {
5
"build": "bsb -make-world",
6
+ "clean-build": "bsb -clean-world && bsb -make-world",
7
"start": "bsb -make-world -w",
- "clean": "bsb -clean-world",
8
- "test": "jest"
+ "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"
12
},
13
"keywords": [
14
"BuckleScript"
0 commit comments