Skip to content

Commit

Permalink
fix(workflow): fixed frozen lock file cli command
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcourtice committed Dec 14, 2021
1 parent c72c673 commit feedd11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install Dependencies
run: yarn --frozen-lockfile
run: yarn install

- name: Run Build
run: yarn build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-demo-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install Dependencies
run: yarn --frozen-lockfile
run: yarn install

- name: Build Harlem Packages
run: yarn build
Expand Down

0 comments on commit feedd11

Please sign in to comment.