Skip to content

Commit 54a2cb5

Browse files
committed
typo: db:migrate not migrate
1 parent 29d38e4 commit 54a2cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "TURSO_AUTH_TOKEN=${{ secrets.TURSO_AUTH_TOKEN }}" >> $GITHUB_ENV
3131
3232
- name: Run database migrations
33-
run: npm run migrate
33+
run: npm run db:migrate
3434
env:
3535
DATABASE_URL: ${{ secrets.DATABASE_URL }}
3636
TURSO_AUTH_TOKEN: ${{ secrets.TURSO_AUTH_TOKEN }}

0 commit comments

Comments
 (0)