correcting build steps
This commit is contained in:
parent
61d88ee7f8
commit
88bfef0b5b
1 changed files with 0 additions and 2 deletions
2
.github/workflows/docker-image.yaml
vendored
2
.github/workflows/docker-image.yaml
vendored
|
@ -26,8 +26,6 @@ jobs:
|
|||
- name: Install packages
|
||||
run: NODE_OPTIONS="--max_old_space_size=4096" yarn install
|
||||
|
||||
- name: Sanity check
|
||||
run: NODE_OPTIONS="--max_old_space_size=4096" yarn tsc
|
||||
|
||||
- name: Bundle up
|
||||
run: NODE_OPTIONS="--max_old_space_size=4096" yarn build:backend
|
||||
|
|
Loading…
Reference in a new issue