mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
feat(server): auto init stripe products when development (#9034)
This commit is contained in:
2
.github/actions/server-test-env/action.yml
vendored
2
.github/actions/server-test-env/action.yml
vendored
@@ -15,6 +15,8 @@ runs:
|
||||
|
||||
- name: Run init-db script
|
||||
shell: bash
|
||||
env:
|
||||
NODE_ENV: test
|
||||
run: |
|
||||
yarn workspace @affine/server exec prisma generate
|
||||
yarn workspace @affine/server exec prisma db push
|
||||
|
||||
Reference in New Issue
Block a user