mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 09:59:00 -07:00
docs: remove tsc check (#6464)
This commit is contained in:
parent
9a2fa21b28
commit
98cee8864d
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -58,10 +58,6 @@ jobs:
|
||||
run: npm run format
|
||||
if: ${{ !cancelled() }}
|
||||
|
||||
- name: Run tsc
|
||||
run: npm run check
|
||||
if: ${{ !cancelled() }}
|
||||
|
||||
- name: Run build
|
||||
run: npm run build
|
||||
if: ${{ !cancelled() }}
|
||||
|
@ -13,8 +13,7 @@
|
||||
"clear": "docusaurus clear",
|
||||
"serve": "docusaurus serve",
|
||||
"write-translations": "docusaurus write-translations",
|
||||
"write-heading-ids": "docusaurus write-heading-ids",
|
||||
"check": "tsc"
|
||||
"write-heading-ids": "docusaurus write-heading-ids"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "^2.4.3",
|
||||
|
Loading…
Reference in New Issue
Block a user