Update build-and-release.yml
parent
5460fd4319
commit
d7ca3f9581
|
@ -19,12 +19,14 @@ jobs:
|
|||
shell: pwsh
|
||||
run: |
|
||||
npm install -g lerna@6
|
||||
npm install phantomjs -g
|
||||
|
||||
- name: Build
|
||||
shell: pwsh
|
||||
run: |
|
||||
pwd
|
||||
ls
|
||||
npm install
|
||||
lerna bootstrap
|
||||
cd packages/gui
|
||||
pwd
|
||||
|
|
Loading…
Reference in New Issue