debug: pre-install cli
This commit is contained in:
Родитель
2458c60977
Коммит
dcb2a66b7e
|
@ -55,6 +55,12 @@ jobs:
|
||||||
*) BOLT_VERSION=latest ;;
|
*) BOLT_VERSION=latest ;;
|
||||||
esac
|
esac
|
||||||
npm install -g bolt@$BOLT_VERSION
|
npm install -g bolt@$BOLT_VERSION
|
||||||
|
- name: Fix linking 'create-electron-app' on Windows
|
||||||
|
shell: bash
|
||||||
|
if: matrix.os == 'windows-latest'
|
||||||
|
run: |
|
||||||
|
cd packages/api/cli
|
||||||
|
yarn install
|
||||||
- name: Install
|
- name: Install
|
||||||
run: bolt
|
run: bolt
|
||||||
- name: Lint
|
- name: Lint
|
||||||
|
|
Загрузка…
Ссылка в новой задаче