mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Remove listing test from generic prebuild
This commit is contained in:
parent
76f3954602
commit
d699a6ecc1
1 changed files with 3 additions and 3 deletions
|
|
@ -12,10 +12,10 @@
|
|||
]
|
||||
},
|
||||
"scripts": {
|
||||
"test-prebuild": "ava ./test/prebuild/**/*.js --verbose && npm run test-listings",
|
||||
"test-prebuild": "ava ./test/prebuild/**/*.js --verbose",
|
||||
"test-prebuild-functions": "npm run test-prebuild && npm run test-listings",
|
||||
"test-postbuild-api": "npm run test-listings",
|
||||
"test-listings": "ava ./test/listings/**/*.js --verbose",
|
||||
|
||||
"test": "ava --timeout=1m --verbose",
|
||||
"dev": "nuxt",
|
||||
"build": "nuxt build",
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
"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 && npm run generate-astro"
|
||||
"netlify-build": "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