mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Test that code does not have circular dependencies
This commit is contained in:
parent
a667ded96a
commit
4aa49b82e0
1 changed files with 2 additions and 1 deletions
|
|
@ -24,6 +24,7 @@
|
|||
"test-postbuild-api": "run-s test-listings",
|
||||
"test-postbuild-functions": "ava ./test/main.js --verbose",
|
||||
"test-vitest": "vitest",
|
||||
"test-circular-deps": "madge --circular --extensions js,mjs,ts,vue,astro ./*",
|
||||
"test": "ava --timeout=1m --verbose",
|
||||
"dev": "npm run dev-astro",
|
||||
"build": "npm run generate-astro",
|
||||
|
|
@ -49,7 +50,7 @@
|
|||
"clone-readme": "cp ./README.md README-temp.md",
|
||||
"cloudflare-deploy": "npm run build-api",
|
||||
"vercel-build": "run-s build-lists-and-api test-postbuild-api",
|
||||
"netlify-build": "run-s test-prebuild-functions download-sitemaps stork-index generate-astro test-postbuild-functions"
|
||||
"netlify-build": "run-s test-prebuild-functions download-sitemaps stork-index generate-astro test-postbuild-functions test-circular-deps"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/partytown": "^0.1.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue