chore: update test script
keep test script and remove test:watch is no longer needed Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
@@ -13,8 +13,7 @@
|
|||||||
"lint:types": "tsc",
|
"lint:types": "tsc",
|
||||||
"i18n": "node_modules/i18next-parser/bin/cli.js",
|
"i18n": "node_modules/i18next-parser/bin/cli.js",
|
||||||
"i18n:check": "node_modules/i18next-parser/bin/cli.js --fail-on-warnings --fail-on-update",
|
"i18n:check": "node_modules/i18next-parser/bin/cli.js --fail-on-warnings --fail-on-update",
|
||||||
"test": "vitest run",
|
"test": "vitest",
|
||||||
"test:watch": "vitest watch",
|
|
||||||
"test:coverage": "vitest run --coverage",
|
"test:coverage": "vitest run --coverage",
|
||||||
"backend": "docker-compose -f backend-docker-compose.yml up"
|
"backend": "docker-compose -f backend-docker-compose.yml up"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user