mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add Netlify build command
This commit is contained in:
parent
723cb4e9b5
commit
65561e71c0
2 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,8 @@
|
|||
"precommit": "npm run lint",
|
||||
"clone-readme": "cp ./README.md README-temp.md",
|
||||
"cloudflare-deploy": "npm run build-api",
|
||||
"vercel-build": "npm run build-lists-and-api"
|
||||
"vercel-build": "npm run build-lists-and-api",
|
||||
"netlify-build": "npm run generate-astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@11ty/eleventy-assets": "^1.0.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue