Use vitest run instead of --watch=false (#18540)

This commit is contained in:
Rijk van Zanten
2023-05-10 13:24:30 -04:00
committed by GitHub
parent 50e2c4220d
commit 97f0af669e
16 changed files with 115 additions and 15 deletions

View File

@@ -64,7 +64,7 @@
"build": "tsc --project tsconfig.prod.json && copyfiles \"src/**/*.{yaml,liquid}\" -u 1 dist",
"cli": "NODE_ENV=development SERVE_APP=false tsx src/cli/run.ts",
"dev": "NODE_ENV=development SERVE_APP=false tsx watch --clear-screen=false src/start.ts",
"test": "vitest --watch=false"
"test": "vitest run"
},
"dependencies": {
"@authenio/samlify-node-xmllint": "2.0.0",