specify backend in workflow
This commit is contained in:
parent
b9d7f776e4
commit
61d88ee7f8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yaml
vendored
2
.github/workflows/docker-image.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue