2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

Update test.yml

This commit is contained in:
Jeff Sagal
2022-07-17 12:20:52 -07:00
parent 677bfd1576
commit 76ac8ed394
+2 -2
View File
@@ -59,9 +59,9 @@ jobs:
- name: Install dependencies
run: |
yarn install --frozen-lockfile
yarn install --frozen-lockfile --prefer-offline
cd docs
yarn install --frozen-lockfile
yarn install --frozen-lockfile --prefer-offline
- name: Build Dist
run: yarn build