Add integration-test-watch script

pull/256/head
Candid Dauth 2024-02-17 15:58:37 +01:00
rodzic 3efcd06e67
commit d597d546ca
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -15,6 +15,7 @@
},
"scripts": {
"integration-tests": "vitest run",
"integration-tests-watch": "vitest watch",
"check-types": "tsc -b --emitDeclarationOnly",
"lint": "eslint src/**/*.ts"
},