mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Fix missing npm run references
This commit is contained in:
parent
b4095a8acf
commit
20a9d33dfd
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,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 && test-postbuild-api",
|
||||
"netlify-build": "test-prebuild-functions && npm run generate-astro"
|
||||
"vercel-build": "npm run build-lists-and-api && npm run test-postbuild-api",
|
||||
"netlify-build": "npm run test-prebuild-functions && npm run generate-astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@11ty/eleventy-assets": "^1.0.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue