Skip to content

Commit

Permalink
Remove prepack steps
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Jun 14, 2024
1 parent 028cbf2 commit 5c2125c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/oaf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
run: yarn install --immutable
- name: Generate prisma types
run: yarn workspace oaf run prisma generate
- name: Prepack kol.js
run: yarn workspace kol.js run prepack
- name: Run tests
run: yarn workspace oaf run test --pool=forks
- name: Run type check
Expand Down
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: yarn workspace kol.js run prepack && (cd packages/oaf && npx prisma migrate deploy && npx prisma generate && yarn run build && yarn run start)
web: cd packages/oaf && npx prisma migrate deploy && npx prisma generate && yarn run build && yarn run start

0 comments on commit 5c2125c

Please sign in to comment.