This commit is contained in:
parent
40a0211609
commit
e6c641575e
@ -21,7 +21,7 @@ jobs:
|
|||||||
run: npm i
|
run: npm i
|
||||||
|
|
||||||
- name: Create database file
|
- name: Create database file
|
||||||
run: npm run db:push
|
run: echo "DATABASE_URL=file:./dev.db" >> $GITHUB_ENV && npm run db:push
|
||||||
|
|
||||||
- name: Build Dist
|
- name: Build Dist
|
||||||
run: npm run build
|
run: npm run build
|
Loading…
x
Reference in New Issue
Block a user