Skip to content

Commit 665f9fc

Browse files
committed
chore: add build step to deployment workflow
- Added 'npm run build' command to the deployment process in the integration workflow. - Ensures the application is built before starting the production server.
1 parent fac5336 commit 665f9fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727
git pull https://github.com/telexintegrations/code-error-microservice main
2828
npm install
2929
export NODE_OPTIONS="--max-old-space-size=4096"
30+
npm run build
3031
npm run start:prod
3132
echo "Deployment to Server Completed"

0 commit comments

Comments
 (0)