Skip to content

Commit

Permalink
rollback packages/api/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachid F committed Nov 13, 2023
1 parent 3f209a7 commit 3dc293b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified packages/api/bun.lockb
Binary file not shown.
3 changes: 1 addition & 2 deletions 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": "nest build",
"build": "./scripts/pull-database.sh && nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
Expand Down Expand Up @@ -44,7 +44,6 @@
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"pino-pretty": "^10.2.3",
"qs": "^6.11.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"uuid": "^9.0.1"
Expand Down

0 comments on commit 3dc293b

Please sign in to comment.