1
0
mirror of https://github.com/pavlobu/deskreen.git synced 2025-05-20 09:20:33 -07:00

fixing github workflow...

This commit is contained in:
Pavlo Buidenkov 2020-11-22 18:10:59 +02:00
parent 096847688e
commit 35906f2bb0
3 changed files with 12 additions and 3 deletions

View File

@ -19,9 +19,12 @@ jobs:
env: env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: | run: |
npm config set registry https://registry.npmjs.org
cd app/client cd app/client
yarn install --no-lockfile yarn install --no-lockfile
cd ../.. cd ..
yarn install --no-lockfile
cd ..
yarn install --no-lockfile yarn install --no-lockfile
- name: Configure private AWS npm registry and install packages from it - name: Configure private AWS npm registry and install packages from it

View File

@ -52,9 +52,12 @@ jobs:
env: env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: | run: |
npm config set registry https://registry.npmjs.org
cd app/client cd app/client
yarn install --no-lockfile yarn install --no-lockfile
cd ../.. cd ..
yarn install --no-lockfile
cd ..
yarn install --no-lockfile yarn install --no-lockfile
- name: Configure private AWS npm registry and install packages from it - name: Configure private AWS npm registry and install packages from it

View File

@ -27,9 +27,12 @@ jobs:
env: env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: | run: |
npm config set registry https://registry.npmjs.org
cd app/client cd app/client
yarn install --no-lockfile yarn install --no-lockfile
cd ../.. cd ..
yarn install --no-lockfile
cd ..
yarn install --no-lockfile yarn install --no-lockfile
- name: Configure private AWS npm registry and install packages from it - name: Configure private AWS npm registry and install packages from it