Ensure tsconfig.node.json during CI
Some checks failed
build-website / build (push) Failing after 37s
Some checks failed
build-website / build (push) Failing after 37s
This commit is contained in:
@@ -24,8 +24,17 @@ jobs:
|
|||||||
run: npm run postinstall
|
run: npm run postinstall
|
||||||
working-directory: apps/website
|
working-directory: apps/website
|
||||||
|
|
||||||
|
- name: Ensure tsconfig.node.json exists
|
||||||
|
run: |
|
||||||
|
cat <<'EOF' > tsconfig.node.json
|
||||||
|
{
|
||||||
|
"extends": "./tsconfig.server.json"
|
||||||
|
}
|
||||||
|
EOF
|
||||||
|
working-directory: apps/website/.nuxt
|
||||||
|
|
||||||
- name: Build Nuxt
|
- name: Build Nuxt
|
||||||
run: npm run build
|
run: npm run build -- --no-prepare
|
||||||
working-directory: apps/website
|
working-directory: apps/website
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user