mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Clone README when generating
This commit is contained in:
parent
643be6dc21
commit
feded332a1
4 changed files with 6 additions and 4 deletions
|
|
@ -8,10 +8,11 @@
|
|||
"dev": "nuxt",
|
||||
"build": "nuxt build",
|
||||
"start": "nuxt start",
|
||||
"generate": "nuxt generate",
|
||||
"generate": "rm -f ./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"
|
||||
"precommit": "npm run lint",
|
||||
"clone-readme": "cp ./README.md README-temp.md"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxtjs/sitemap": "^2.4.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue