mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2024-11-20 18:15:37 +02:00
fix: prisma not starting
This commit is contained in:
parent
f8069e2a0e
commit
09eab3db72
2
.github/workflows/deploy_dev.yml
vendored
2
.github/workflows/deploy_dev.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
with:
|
||||
node-version: 18
|
||||
cache: "yarn"
|
||||
- run: yarn --prefer-offline
|
||||
- run: yarn
|
||||
- run: yarn nx build blueprints
|
||||
env:
|
||||
CF_WEB_ANALYTICS: 6c563c1e5db141129a5fc95d5c459722
|
||||
|
2
.github/workflows/deploy_prd.yml
vendored
2
.github/workflows/deploy_prd.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
with:
|
||||
node-version: 18
|
||||
cache: "yarn"
|
||||
- run: yarn --prefer-offline
|
||||
- run: yarn
|
||||
- run: yarn nx build blueprints
|
||||
env:
|
||||
PUBLIC_URL: https://factorio-blueprints-assets.storage.googleapis.com/public
|
||||
|
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
with:
|
||||
node-version: 18
|
||||
cache: "yarn"
|
||||
- run: yarn --prefer-offline
|
||||
- run: yarn
|
||||
- run: yarn nx run-many --all --target=lint
|
||||
- run: yarn nx run-many --all --target=test "--ci"
|
||||
- run: yarn nx build blueprints
|
||||
|
@ -46,5 +46,5 @@ const promise = _init()
|
||||
|
||||
export const init = async () => {
|
||||
await promise;
|
||||
// await prisma.$connect();
|
||||
await prisma.$connect();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user