* chore: build pipeline for v2

* chore: run unit tests

* chore: configure sentry build
This commit is contained in:
Carlos Valente
2023-04-01 23:06:42 +02:00
committed by GitHub
parent 9338a615d4
commit 7456205b6e
27 changed files with 680 additions and 425 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
"shx": "^0.3.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"vitest": "^0.27.1"
"vitest": "^0.29.8"
},
"scripts": {
"addversion": "node -p \"'export const ONTIME_VERSION = ' + JSON.stringify(require('../../package.json').version) + ';'\" > src/ONTIME_VERSION.js",