Skip to content

Commit bba77b2

Browse files
committed
Fixed migrate task name
1 parent 02a6c15 commit bba77b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
run: npm run build
146146

147147
- name: "Migrate DB"
148-
run: npm run migrate
148+
run: npm run prisma:migrate
149149

150150
- name: "Wait for lightnet readiness"
151151
uses: o1-labs/wait-for-mina-network-action@v1

0 commit comments

Comments
 (0)