specify backend in workflow

This commit is contained in:
Venkataraman 2023-05-15 17:00:40 -04:00
parent b9d7f776e4
commit 61d88ee7f8

View file

@ -30,7 +30,7 @@ jobs:
run: NODE_OPTIONS="--max_old_space_size=4096" yarn tsc
- name: Bundle up
run: NODE_OPTIONS="--max_old_space_size=4096" yarn build:all
run: NODE_OPTIONS="--max_old_space_size=4096" yarn build:backend
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2