Skip to content

Commit

Permalink
Merge pull request #36 from panoratech/feat/fix-ci
Browse files Browse the repository at this point in the history
feat: dix ci
  • Loading branch information
naelob authored Oct 31, 2023
2 parents 7f04ea7 + 743a993 commit 76e2d8d
Showing 1 changed file with 1 addition 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": "npx prisma migrate dev --name init && nest build",
"build": "prisma migrate reset --force && npx prisma migrate dev --name init && nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nest start --watch",
Expand Down

0 comments on commit 76e2d8d

Please sign in to comment.