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 3313344 commit fc07678Copy full SHA for fc07678
package.json
@@ -14,7 +14,7 @@
14
"res:watch": "rescript watch",
15
"res:clean": "rescript clean",
16
"res:build": "rescript build",
17
- "build": "rescript build && yarn build-scripts && update-index && react-router build",
+ "build": "rescript build && yarn build-scripts && yarn update-index && react-router build",
18
"test": "node scripts/test-examples.mjs && node scripts/test-hrefs.mjs",
19
"update-index": "yarn generate-llms && node _scripts/generate_feed.mjs > public/blog/feed.xml",
20
"reanalyze": "rescript-tools reanalyze -all-cmt .",
0 commit comments