mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Try generating tv routes with eleventy
This commit is contained in:
parent
efeb39a07a
commit
ebdb7b681e
4 changed files with 2880 additions and 2 deletions
|
|
@ -8,7 +8,9 @@
|
|||
"dev": "nuxt",
|
||||
"build": "nuxt build",
|
||||
"start": "nuxt start",
|
||||
"generate": "rm -f ./static/app-list.json && npm run clone-readme && nuxt generate",
|
||||
"generate": "rm -f ./static/app-list.json && npm run clone-readme && npm run generate-nuxt && npm run generate-eleventy",
|
||||
"generate-nust": "nuxt generate",
|
||||
"generate-eleventy": "npx @11ty/eleventy",
|
||||
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
||||
"lint:fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
|
||||
"precommit": "npm run lint",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue