mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Enable saving endpoint data individually
This commit is contained in:
parent
2280100856
commit
c427ac91ee
2 changed files with 54 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue