We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build -with-deps
build:res
1 parent 31a02f9 commit 696a6baCopy full SHA for 696a6ba
1 file changed
package.json
@@ -31,7 +31,7 @@
31
},
32
"scripts": {
33
"build": "npm run build:res && snowpack build",
34
- "build:res": "rescript build -with-deps",
+ "build:res": "rescript",
35
"clean": "npm run clean:res",
36
"clean:res": "rescript clean",
37
"start": "snowpack dev",
@@ -50,7 +50,7 @@
50
"@testing-library/react": "^11.2.6",
51
"@web/test-runner": "^0.12.19",
52
"chai": "^4.3.4",
53
- "rescript": "^9.1.0",
54
- "snowpack": "^3.2.2"
+ "rescript": "^9.1.1",
+ "snowpack": "^3.3.3"
55
}
56
0 commit comments