correcting build steps

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

View file

@ -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