Skip to content

Commit

Permalink
Utilize lock file in CI (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
diehbria authored May 5, 2022
1 parent 994927b commit 9e2ec8c
Show file tree
Hide file tree
Showing 4 changed files with 23,998 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Install and Build
run: |
yarn install
yarn install --frozen-lockfile
yarn build
- name: Publish
run: yarn run publishToNpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Install and Build
run: |
yarn install
yarn install --frozen-lockfile
yarn build
./packages/components/node_modules/cypress/bin/cypress install
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ screenshot
*~
*.sw[mnpcod]
*.log
*.lock
*.tmp
*.tmp.*
log.txt
Expand Down
Loading

0 comments on commit 9e2ec8c

Please sign in to comment.