Skip to content

Commit 13cd5c7

Browse files
committed
Fix an error where rescript -w does not work
1 parent ee43308 commit 13cd5c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"scripts": {
3333
"build": "npm run build:res && snowpack build",
34-
"build:res": "rescript",
34+
"build:res": "rescript build",
3535
"clean": "npm run clean:res",
3636
"clean:res": "rescript clean",
3737
"start": "snowpack dev",

0 commit comments

Comments
 (0)