Skip to content

Commit

Permalink
Explicitly set the server's build command to always use production
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-va committed May 23, 2024
1 parent ab67ae3 commit cc4851d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server-asset-sg/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"command": "npx nx run server-asset-sg:gen-prisma-client"
},
{
"command": "npx nx run server-asset-sg:build-app"
"command": "npx nx run server-asset-sg:build-app:production"
},
{
"command": "npx shx cp apps/server-asset-sg/docker/* dist/apps/server-asset-sg"
Expand Down

0 comments on commit cc4851d

Please sign in to comment.