Skip to content

Commit

Permalink
rm: pulldb on build (api backend)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachid F committed Nov 13, 2023
1 parent 14cc2c2 commit 72f5c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"license": "UNLICENSED",
"scripts": {
"build": "./scripts/pull-database.sh && nest build",
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
Expand Down
1 change: 1 addition & 0 deletions packages/api/scripts/init.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@



-- ************************************** organizations

CREATE TABLE organizations
Expand Down

0 comments on commit 72f5c64

Please sign in to comment.