Skip to content

Commit fc07678

Browse files
committed
fix command
1 parent 3313344 commit fc07678

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
@@ -14,7 +14,7 @@
1414
"res:watch": "rescript watch",
1515
"res:clean": "rescript clean",
1616
"res:build": "rescript build",
17-
"build": "rescript build && yarn build-scripts && update-index && react-router build",
17+
"build": "rescript build && yarn build-scripts && yarn update-index && react-router build",
1818
"test": "node scripts/test-examples.mjs && node scripts/test-hrefs.mjs",
1919
"update-index": "yarn generate-llms && node _scripts/generate_feed.mjs > public/blog/feed.xml",
2020
"reanalyze": "rescript-tools reanalyze -all-cmt .",

0 commit comments

Comments
 (0)