Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
try adding CLI flags that I found worked to solve cooljeanius/my_tweetback_archive#1
  • Loading branch information
cooljeanius committed Apr 10, 2024
1 parent 0b776b6 commit eb27497
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,17 @@
"import": "node database/import-from-archive.js",
"import-without-circles": "npm run import -- removecircletweets",
"fetch-new-data": "node database/fetchFromApi.js",
"build": "npx @11ty/eleventy --quiet",
"build:heavy": "NODE_OPTIONS=--max-old-space-size=12288 npx @11ty/eleventy --incremental",
"start": "npx @11ty/eleventy --quiet --serve",
"start:heavy": "NODE_OPTIONS=--max-old-space-size=12288 npx @11ty/eleventy --serve | tee buildlog2.txt",
"start:heavylog": "NODE_OPTIONS=--max-old-space-size=7168 DEBUG=* npx @11ty/eleventy --serve | tee buildlog2.txt",
"build": "npx @11ty/eleventy --quiet --pathprefix=my_tweetback_archive",
"build:heavy": "NODE_OPTIONS=--max-old-space-size=12288 npx @11ty/eleventy --incremental --pathprefix=my_tweetback_archive",
"start": "npx @11ty/eleventy --quiet --serve --pathprefix=my_tweetback_archive",
"start:heavy": "NODE_OPTIONS=--max-old-space-size=12288 npx @11ty/eleventy --serve --pathprefix=my_tweetback_archive | tee buildlog2.txt",
"start:heavylog": "NODE_OPTIONS=--max-old-space-size=7168 DEBUG=* npx @11ty/eleventy --serve --pathprefix=my_tweetback_archive | tee buildlog2.txt",
"sizecheck": "du -sh _site"
},
"keywords": [],
"contributors": [
"Zach Leatherman <zachleatherman@gmail.com> (https://zachleat.com/)"
"Zach Leatherman <zachleatherman@gmail.com> (https://zachleat.com/)",
"Eric Gallager <egall@gwmail.gwu.edu> (https://linktr.ee/ericgallager)"
],
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit eb27497

Please sign in to comment.