Skip to content

Commit 83acbb2

Browse files
committed
Manually compile ReScript files before snowpack build
1 parent e9c07ca commit 83acbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"access": "public"
3131
},
3232
"scripts": {
33-
"build": "snowpack build",
33+
"build": "npm run build:res && snowpack build",
3434
"build:res": "rescript build -with-deps",
3535
"clean": "npm run clean:res",
3636
"clean:res": "rescript clean",

0 commit comments

Comments
 (0)