Skip to content

Commit 9522725

Browse files
committed
chore: fix ci scripts
1 parent 8cc0f3c commit 9522725

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@
2020
"react-dom": "17.0.2"
2121
},
2222
"scripts": {
23-
"build": "rescript build -with-deps",
24-
"watch": "rescript build -w",
25-
"clean": "rescript clean",
26-
"format": "rescript format"
23+
"rescript:build": "rescript build -with-deps",
24+
"rescript:start": "rescript build -w",
25+
"rescript:clean": "rescript clean"
2726
},
2827
"dependencies": {}
2928
}

0 commit comments

Comments
 (0)