fix(workflow): change the yarn install flags
This commit is contained in:
@@ -39,7 +39,8 @@ jobs:
|
|||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --frozen-lockfile --prefer-offline
|
# --immutable ensures the lockfile isn't changed (replaces --frozen-lockfile)
|
||||||
|
run: yarn install --immutable
|
||||||
|
|
||||||
- name: Build Svelte App
|
- name: Build Svelte App
|
||||||
run: yarn build
|
run: yarn build
|
||||||
|
|||||||
@@ -44,7 +44,8 @@ jobs:
|
|||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --frozen-lockfile --prefer-offline
|
# --immutable ensures the lockfile isn't changed (replaces --frozen-lockfile)
|
||||||
|
run: yarn install --immutable
|
||||||
|
|
||||||
- name: Validation
|
- name: Validation
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -51,4 +51,5 @@ jobs:
|
|||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --frozen-lockfile --prefer-offline
|
# --immutable ensures the lockfile isn't changed (replaces --frozen-lockfile)
|
||||||
|
run: yarn install --immutable
|
||||||
|
|||||||
@@ -40,7 +40,8 @@ jobs:
|
|||||||
${{ runner.os }}-yarn-
|
${{ runner.os }}-yarn-
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --frozen-lockfile --prefer-offline
|
# --immutable ensures the lockfile isn't changed (replaces --frozen-lockfile)
|
||||||
|
run: yarn install --immutable
|
||||||
|
|
||||||
- name: Type Check
|
- name: Type Check
|
||||||
run: yarn svelte-check --threshold warning
|
run: yarn svelte-check --threshold warning
|
||||||
|
|||||||
Reference in New Issue
Block a user