Skip to content

Commit

Permalink
chore: update package json deploy env and action
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarogfn committed Apr 29, 2024
1 parent 882278a commit afc6ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:

- name: Prisma
shell: bash
uses: pnpm prisma generate
run: pnpm prisma generate

- name: Build dependencies
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "vitest",
"test:coverage": "vitest --coverage --watch",
"test:ui": "vitest --coverage --ui --watch",
"migrate:production": "npx prisma migrate deploy",
"migrate:production": "dotenv -e .env.prod -- npx prisma migrate deploy",
"migrate": "dotenv -e .env.dev -- npx prisma migrate dev",
"docs:serve": "redocly preview-docs ./openapi/main.yaml",
"docs:build": "redocly build-docs ./openapi/main.yaml --output build-docs/index.html",
Expand Down

0 comments on commit afc6ffa

Please sign in to comment.