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 098c91d commit 32f04ffCopy full SHA for 32f04ff
package.json
@@ -13,7 +13,7 @@
13
"res:watch": "rescript watch",
14
"res:clean": "rescript clean",
15
"res:build": "rescript build",
16
- "build": "npm run sync-bundles && npm run update-index && rescript build && react-router build",
+ "build": "rescript build && npm run sync-bundles && npm run update-index && react-router build",
17
"test": "node scripts/test-examples.mjs",
18
"reanalyze": "reanalyze -all-cmt .",
19
"update-index": "npm run generate-llms && node scripts/generate_feed.mjs > public/blog/feed.xml",
@@ -75,4 +75,4 @@
75
"vite-plugin-devtools-json": "^1.0.0",
76
"vite-plugin-env-compatible": "^2.0.1"
77
}
78
-}
+}
0 commit comments