Refactor test execution to use lage task runner (#5964)

This commit is contained in:
Matiss Janis Aboltins
2025-10-21 08:58:26 +02:00
committed by GitHub
parent 8019d9f61b
commit 57d01467ca
29 changed files with 275 additions and 36 deletions

View File

@@ -19,7 +19,7 @@
"build:migrations": "cp migrations/*.sql dist/migrations",
"build:default-db": "cp default-db.sqlite dist/",
"build": "yarn run clean && yarn run build:app && yarn run build:node && yarn run build:migrations && yarn run build:default-db",
"test": "yarn run build:app && yarn run build:crdt && vitest",
"test": "yarn run build:app && yarn run build:crdt && vitest --run",
"clean": "rm -rf dist @types"
},
"dependencies": {