diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index f10c373..d9bb319 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -149,7 +149,7 @@ jobs: gitHubToken: ${{ secrets.GITHUB_TOKEN }} # Optional: Switch what branch you are publishing to. # By default this will be the branch which triggered this workflow - # branch: main + branch: ${{ github.head_ref }} # Optional: Change the working directory # workingDirectory: my-site # Optional: Change the Wrangler version, allows you to point to a specific version or a tag such as `beta` diff --git a/package.json b/package.json index 1f7f6bd..b33ef49 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "test:e2e:ci": "playwright test --project=chromium --config ./playwright.config.ci.ts", "prisma:gen:dev": "dotenv -e .env.development -- prisma generate --schema ./prisma/dev.schema.prisma", "prisma:gen:ci": "dotenv -e .env.ci -- prisma generate --schema ./prisma/dev.schema.prisma", - "prisma:gen:prod": "dotenv -e .env.production -p DATA_PROXY -- prisma generate --no-engine --schema ./prisma/prod.schema.prisma", + "prisma:gen:prod": "dotenv -e .env.production -- prisma generate --no-engine --schema ./prisma/prod.schema.prisma", "prisma:push:dev": "dotenv -e .env.development -- prisma db push --schema ./prisma/dev.schema.prisma", "prisma:push:prod": "dotenv -e .env.production -- prisma db push --schema ./prisma/prod.schema.prisma", "prisma:studio": "dotenv -e .env.development -- prisma studio --schema ./prisma/schema.prisma", @@ -95,4 +95,4 @@ "vitest": "0.34.6", "wrangler": "^3.15.0" } -} +} \ No newline at end of file