Skip to content

Commit

Permalink
updated packege json to support cyclic deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
richard483 committed Nov 17, 2023
1 parent da963d7 commit 3e65c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"seed": "ts-node prisma/seed.ts"
},
"scripts": {
"build": "nest build && rm -r node_modules",
"build": "nest build && cp ./package.json ./dist",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"init:db": "docker compose up -d && npx prisma generate && npx prisma migrate dev && npx prisma db seed",
"start": "node dist/src/main",
Expand Down

0 comments on commit 3e65c0e

Please sign in to comment.