chore: define test workspaces

This commit is contained in:
Carlos Valente
2024-11-28 18:49:43 +01:00
committed by Carlos Valente
parent 272f788c15
commit 35f4472daa
6 changed files with 201 additions and 278 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
"ts-essentials": "^9.4.1",
"tsx": "^4.16.2",
"typescript": "catalog:",
"vitest": "^1.6.0"
"vitest": "catalog:"
},
"scripts": {
"addversion": "node -p \"'export const ONTIME_VERSION = ' + JSON.stringify(require('../../package.json').version) + ';'\" > src/ONTIME_VERSION.js",