wip: recombined the build commands into one step

This commit is contained in:
Christopher Lowenthal 2022-10-31 12:24:27 -04:00
parent 475922ed69
commit 7d2f6a7e35

View file

@ -26,11 +26,10 @@ jobs:
with:
node-version: 14
- run: cd lattice
- run: |
cd lattice
yarn install
yarn build
- run: |
mv build ../
cd ../
rm -r lattice