File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 64
64
65
65
- run : corepack enable
66
66
- run : pnpm install --frozen-lockfile
67
+ - run : echo '{"extends":"./.blog/.nuxt/tsconfig.json"}' > tsconfig.json
67
68
- run : pnpm build
68
69
- run : cp .github/env/shared/Dockerfile .blog/Dockerfile
69
70
@@ -139,6 +140,7 @@ jobs:
139
140
140
141
- run : corepack enable
141
142
- run : pnpm install --frozen-lockfile
143
+ - run : echo '{"extends":"./.cooking/.nuxt/tsconfig.json"}' > tsconfig.json
142
144
- run : pnpm build:cooking
143
145
- run : cp .github/env/shared/Dockerfile .cooking/Dockerfile
144
146
@@ -214,6 +216,7 @@ jobs:
214
216
215
217
- run : corepack enable
216
218
- run : pnpm install --frozen-lockfile
219
+ - run : echo '{"extends":"./.starter/.nuxt/tsconfig.json"}' > tsconfig.json
217
220
- run : pnpm build:starter
218
221
- run : cp .github/env/shared/Dockerfile .starter/Dockerfile
219
222
You can’t perform that action at this time.
0 commit comments