Merge remote-tracking branch 'org/master' into feat/http-integration

This commit is contained in:
arc-alex
2023-11-29 11:17:13 +01:00
47 changed files with 832 additions and 278 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"description": "shared typings for ontime",
"scripts": {
"cleanup": "rm -rf .turbo && rm -rf node_modules",
"lint": "eslint . --quiet"
"lint": "eslint . --quiet",
"lint-staged": "eslint"
},
"keywords": [],
"author": "",
+1
View File
@@ -6,6 +6,7 @@
"description": "shared logic for ontime",
"scripts": {
"lint": "eslint . --quiet",
"lint-staged": "eslint",
"test": "vitest",
"test:pipeline": "vitest run",
"cleanup": "rm -rf .turbo && rm -rf node_modules"