Skip to content

Commit c42fce1

Browse files
committed
See if the cache has stopped getting in the way.
1 parent 910f9fc commit c42fce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"scripts": {
3838
"dev": "next",
39-
"build": "rescript clean -with-deps && rescript && npm run update-index && next build",
39+
"build": "rescript && npm run update-index && next build",
4040
"test": "node scripts/test-examples.mjs && node scripts/test-hrefs.mjs",
4141
"reanalyze": "reanalyze -all-cmt .",
4242
"update-index": "node scripts/extract-indices.mjs && node scripts/extract-tocs.mjs && node scripts/extract-syntax.mjs && node scripts/generate_feed.mjs > public/blog/feed.xml"

0 commit comments

Comments
 (0)