mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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",
|
"precommit": "npm run lint",
|
||||||
"clone-readme": "cp ./README.md README-temp.md",
|
"clone-readme": "cp ./README.md README-temp.md",
|
||||||
"cloudflare-deploy": "npm run build-api",
|
"cloudflare-deploy": "npm run build-api",
|
||||||
"vercel-build": "npm run build-lists-and-api && test-postbuild-api",
|
"vercel-build": "npm run build-lists-and-api && npm run test-postbuild-api",
|
||||||
"netlify-build": "test-prebuild-functions && npm run generate-astro"
|
"netlify-build": "npm run test-prebuild-functions && npm run generate-astro"
|
||||||
},
|
},
|
||||||
"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