Skip to content

Commit

Permalink
Fix collect and updated caches
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelchris committed Mar 11, 2022
1 parent 040a566 commit 3ce28f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _cache/subscribers.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"lastFetched":1646906047066,"amount":"1227"}
{"lastFetched":1647011006317,"amount":"1228"}
2 changes: 1 addition & 1 deletion _cache/webmentions.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "astro dev --experimental-static-build",
"collect": "node --experimental-modules scripts/collect.mjs",
"start": "astro dev --experimental-static-build",
"build": "NODE_OPTIONS=--max_old_space_size=4096 astro build --experimental-static-build",
"build": "npm run collect && NODE_OPTIONS=--max_old_space_size=4096 astro build --experimental-static-build",
"dbuild": "NODE_OPTIONS=--max_old_space_size=4096 DEBUG=vite:* astro build --experimental-static-build",
"preview": "astro preview",
"format": "yarn prettier -w ."
Expand Down

0 comments on commit 3ce28f1

Please sign in to comment.