Skip to content

Commit

Permalink
Fix json dump
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanjudis committed Dec 20, 2024
1 parent e4fe1b4 commit 40144ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"description": "A collection of free single-purpose online tools for web developers...",
"main": "index.js",
"scripts": {
"setup:jsondump": "node ./scripts/create-dump.js",
"setup:feeds": "node ./scripts/create-feeds.js",
"setup": "concurrently \"npm:setup:*\"",
"helper:add": "node ./scripts/add-helper.js",
"dev": "eleventy --serve",
"prebuild": "npm run setup",
"build": "eleventy --input=./site",
"postbuild": "node ./scripts/create-dump.js",
"deploy": "npm run build && now --prod",
"checkly:test": "npx checkly test",
"checkly:deploy": "npx checkly deploy --force"
Expand Down

0 comments on commit 40144ce

Please sign in to comment.