We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219742d commit c9f8095Copy full SHA for c9f8095
.github/workflows/pull-request.yml
@@ -10,6 +10,6 @@ jobs:
10
node-version-file: ".node-version"
11
cache: npm
12
- run: npm ci
13
- - run: npx rescript
+ - run: npm run res:buil
14
- run: npm test
15
- run: npm run ci:format
package.json
@@ -12,6 +12,7 @@
"dev": "react-router dev",
"res:watch": "rescript watch",
"res:clean": "rescript clean",
+ "res:build": "rescript build",
16
"build": "rescript build && react-router build",
17
"test": "echo \"No tests specified\" && exit 0",
18
"reanalyze": "reanalyze -all-cmt .",
@@ -83,4 +84,4 @@
83
84
"vite": "^7.0.6",
85
"vite-plugin-env-compatible": "^2.0.1"
86
}
-}
87
+}
0 commit comments