Skip to content

Commit

Permalink
2946-fix: Postgres Makefile file path fix (#2947)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanav-Arora authored Dec 12, 2023
1 parent 3ed92b2 commit 032894e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/twenty-postgres/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
provision-on-macos-arm:
sh ./provision/setup-postgres-macos-arm.sh
sh ./provision/provision-postgres-macos-arm.sh

provision-on-macos-intel:
sh ./provision/setup-postgres-macos-intel.sh
sh ./provision/provision-postgres-macos-intel.sh

provision-on-linux:
sh ./provision/setup-postgres-linux.sh
sh ./provision/provision-postgres-linux.sh

build-pg_graphql-macos-arm:
sh ./build/pg_graphql/build-pg_graphql-macos-arm.sh
Expand Down

0 comments on commit 032894e

Please sign in to comment.