Skip to content

Commit

Permalink
FIX: include "run" flag to npm commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrandao committed Mar 27, 2024
1 parent 30ba0b2 commit 1702172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: npm install

- name: Generate and Migrate
run: npm db:generate && npm db:migrate deploy
run: npm run db:generate && npm run db:migrate deploy

0 comments on commit 1702172

Please sign in to comment.