Enable saving endpoint data individually

This commit is contained in:
Sam Carlton 2022-02-27 13:38:07 -06:00
parent 2280100856
commit c427ac91ee
2 changed files with 54 additions and 2 deletions

View file

@ -14,7 +14,7 @@
"test": "ava --timeout=1m --verbose",
"dev": "nuxt",
"build": "nuxt build",
"build-api": "npm run clone-readme && npm run build-lists",
"build-api": "npm run clone-readme && npm run build-lists -- --with-api",
"start": "nuxt start",
"generate-dev": "npm run generate && npm test",
"generate": "npm run clone-readme && npm run build-lists && npm run generate-nuxt && npm run generate-eleventy",