Skip to content

Commit 3655867

Browse files
committed
fix: temp remove --frozen-lockfile check
1 parent e87455e commit 3655867

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
registry-url: 'https://registry.npmjs.org'
2323

2424
- name: Install dependencies
25-
run: yarn install --frozen-lockfile
25+
run: yarn install
2626

2727
- name: Build
2828
run: yarn build

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cache: 'yarn'
2424

2525
- name: Install dependencies
26-
run: yarn install --frozen-lockfile
26+
run: yarn install
2727

2828
- name: Lint
2929
run: yarn lint

0 commit comments

Comments
 (0)