Skip to content

Commit 696a6ba

Browse files
committed
Upgrade rescript to 9.1.1, remove build -with-deps parameter in build:res run-scripts
1 parent 31a02f9 commit 696a6ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
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 build -with-deps",
34+
"build:res": "rescript",
3535
"clean": "npm run clean:res",
3636
"clean:res": "rescript clean",
3737
"start": "snowpack dev",
@@ -50,7 +50,7 @@
5050
"@testing-library/react": "^11.2.6",
5151
"@web/test-runner": "^0.12.19",
5252
"chai": "^4.3.4",
53-
"rescript": "^9.1.0",
54-
"snowpack": "^3.2.2"
53+
"rescript": "^9.1.1",
54+
"snowpack": "^3.3.3"
5555
}
5656
}

0 commit comments

Comments
 (0)