Skip to content

Commit d3a5314

Browse files
committed
simplify build
1 parent b33d99d commit d3a5314

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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 && npm run sync-bundles && npm run update-index && react-router build",
17+
"build": "rescript build && react-router build",
1818
"test": "node scripts/test-examples.mjs && node scripts/test-hrefs.mjs",
1919
"reanalyze": "reanalyze -all-cmt .",
2020
"update-index": "npm run generate-llms && node scripts/generate_feed.mjs > public/blog/feed.xml",
@@ -83,4 +83,4 @@
8383
"vite-plugin-devtools-json": "^1.0.0",
8484
"vite-plugin-env-compatible": "^2.0.1"
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)