mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add cloudflare-deploy script
This commit is contained in:
parent
ad8064122b
commit
bdcefc975e
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,8 @@
|
||||||
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
||||||
"lint:fix": "eslint --fix --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"
|
"clone-readme": "cp ./README.md README-temp.md",
|
||||||
|
"cloudflare-deploy": "npm run generate"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@11ty/eleventy-assets": "^1.0.5",
|
"@11ty/eleventy-assets": "^1.0.5",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue