Skip to content

Commit df0cb66

Browse files
chore: update tsconfig before build
1 parent 04b6036 commit df0cb66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464

6565
- run: corepack enable
6666
- run: pnpm install --frozen-lockfile
67+
- run: echo '{"extends":"./.blog/.nuxt/tsconfig.json"}' > tsconfig.json
6768
- run: pnpm build
6869
- run: cp .github/env/shared/Dockerfile .blog/Dockerfile
6970

@@ -139,6 +140,7 @@ jobs:
139140

140141
- run: corepack enable
141142
- run: pnpm install --frozen-lockfile
143+
- run: echo '{"extends":"./.cooking/.nuxt/tsconfig.json"}' > tsconfig.json
142144
- run: pnpm build:cooking
143145
- run: cp .github/env/shared/Dockerfile .cooking/Dockerfile
144146

@@ -214,6 +216,7 @@ jobs:
214216

215217
- run: corepack enable
216218
- run: pnpm install --frozen-lockfile
219+
- run: echo '{"extends":"./.starter/.nuxt/tsconfig.json"}' > tsconfig.json
217220
- run: pnpm build:starter
218221
- run: cp .github/env/shared/Dockerfile .starter/Dockerfile
219222

0 commit comments

Comments
 (0)