fix: dont run tsc
Some checks failed
ci / docker (api) (push) Successful in 1m55s
ci / docker (web) (push) Failing after 2m16s

This commit is contained in:
Tine Jozelj 2023-09-11 14:12:18 +02:00
parent 41a87ebf16
commit 827d7dc743
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw
3 changed files with 2 additions and 3 deletions

View file

@ -9,7 +9,8 @@
"elysia": "latest"
},
"devDependencies": {
"bun-types": "latest"
"bun-types": "latest",
"typescript": "^5.0.0"
},
"module": "src/index.js"
}

View file

@ -8,7 +8,6 @@ RUN bun install
ADD . .
RUN bun run typecheck
RUN bun run build
FROM nginx:stable as production

View file

@ -12,7 +12,6 @@
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc",
"build:docker": "docker build -t tjo-space ."
},
"dependencies": {