feat(server): auto init stripe products when development (#9034)

This commit is contained in:
forehalo
2024-12-05 14:21:59 +00:00
parent 4c39b89b98
commit 0436e59b6a
6 changed files with 142 additions and 21 deletions

View File

@@ -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