Moce app list to static folder

This commit is contained in:
Sam Carlton 2020-11-26 16:00:42 -06:00
parent 648c7914e5
commit b475efa577
6 changed files with 7 additions and 7 deletions

View file

@ -8,7 +8,7 @@
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "rm -f ./app-list.json && npm run clone-readme && nuxt generate",
"generate": "rm -f ./static/app-list.json && npm run clone-readme && nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",