We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rescript -w
1 parent ee43308 commit 13cd5c7Copy full SHA for 13cd5c7
1 file changed
package.json
@@ -31,7 +31,7 @@
31
},
32
"scripts": {
33
"build": "npm run build:res && snowpack build",
34
- "build:res": "rescript",
+ "build:res": "rescript build",
35
"clean": "npm run clean:res",
36
"clean:res": "rescript clean",
37
"start": "snowpack dev",
0 commit comments