Skip to content

Commit e9c73ad

Browse files
committed
added github CI for workspace
1 parent 745cfa8 commit e9c73ad

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"author": "Danny Siu <[email protected]>",
55
"packageManager": "[email protected]",
66
"scripts": {
7-
"build": "rewatch build .",
8-
"watch": "rewatch watch .",
9-
"clean": "rewatch clean .",
7+
"clean": "rescript clean",
8+
"build": "rescript",
9+
"watch": "rescript build -w",
1010
"test": "jest",
1111
"clean:build": "yarn clean && yarn build",
1212
"clean:watch": "yarn clean && yarn watch",
@@ -41,7 +41,6 @@
4141
"devDependencies": {
4242
"@changesets/cli": "^2.27.11",
4343
"@glennsl/rescript-jest": "github:dsiu/rescript-jest#rescript-v12",
44-
"@rolandpeelen/rewatch": "^1.0.9",
4544
"@swc/core": "^1.10.4",
4645
"@swc/jest": "^0.2.37",
4746
"jest": "^29.7.0",

0 commit comments

Comments
 (0)