mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
wip: recombined the build commands into one step
This commit is contained in:
parent
475922ed69
commit
7d2f6a7e35
1 changed files with 1 additions and 2 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue