add build.sh command

This commit is contained in:
faris Aljohari
2025-07-08 04:26:19 -06:00
parent a269f833bc
commit e4694db79c
2 changed files with 22 additions and 0 deletions

View File

@ -22,6 +22,7 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./apps/backend/test/jest-e2e.json",
"deploy": "./deploy.sh",
"infra:build": "./build.sh",
"infra:deploy": "cdk deploy SyncrowBackendStack",
"infra:destroy": "cdk destroy SyncrowBackendStack"
},