mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Use vitest run instead of --watch=false (#18540)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user