This commit is contained in:
Chris Trevino 2020-08-17 16:06:51 -07:00
Родитель 2b732b38d9
Коммит 0be27cc6bc
1 изменённых файлов: 1 добавлений и 5 удалений

6
.github/workflows/main.yml поставляемый
Просмотреть файл

@ -16,15 +16,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn cache clean --all
name: Clean cache
env:
CI: true
- run: yarn install
name: Install Dependencies
env:
CI: true
YARN_CHECKSUM_BEHAVIOR: ignore
- run: yarn build
name: Build libs