Skip to content

Commit 7d8211b

Browse files
committed
Remove redundant rescript-relevant run-scripts
1 parent 6a425b2 commit 7d8211b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,8 @@
3030
"access": "public"
3131
},
3232
"scripts": {
33-
"build": "npm run build:res && snowpack build",
34-
"build:res": "rescript build",
35-
"clean": "npm run clean:res",
36-
"clean:res": "rescript clean",
33+
"build": "snowpack build",
34+
"clean": "rescript clean",
3735
"start": "snowpack dev",
3836
"test": "web-test-runner \"src/**/__tests__/*.bs.js\""
3937
},

0 commit comments

Comments
 (0)