Skip to content

Commit 19d3c7c

Browse files
committed
add more to build command
1 parent f800701 commit 19d3c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"res:watch": "rescript watch",
1414
"res:clean": "rescript clean",
1515
"res:build": "rescript build",
16-
"build": "rescript build && react-router build",
16+
"build": "npm run sync-bundles && npm run update-index && rescript build && react-router build",
1717
"test": "node scripts/test-examples.mjs",
1818
"reanalyze": "reanalyze -all-cmt .",
1919
"update-index": "npm run generate-llms && node scripts/generate_feed.mjs > public/blog/feed.xml",

0 commit comments

Comments
 (0)