Skip to content

Commit 8f8edd6

Browse files
authored
Feat/deploy script (#396)
* feat: update Python cdk-deploy * feat: update Python cdk-deploy
1 parent 03d13ca commit 8f8edd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ popd
4747

4848
pushd src/activity-service
4949
echo "Building activity service..."
50-
make dev && make build &>../../build-logs/activity-service.log
50+
make dev && make deps && make build &>../../build-logs/activity-service.log
5151
popd

0 commit comments

Comments
 (0)