We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc0f3c commit 9522725Copy full SHA for 9522725
1 file changed
package.json
@@ -20,10 +20,9 @@
20
"react-dom": "17.0.2"
21
},
22
"scripts": {
23
- "build": "rescript build -with-deps",
24
- "watch": "rescript build -w",
25
- "clean": "rescript clean",
26
- "format": "rescript format"
+ "rescript:build": "rescript build -with-deps",
+ "rescript:start": "rescript build -w",
+ "rescript:clean": "rescript clean"
27
28
"dependencies": {}
29
}
0 commit comments