Skip to content

Commit

Permalink
Add lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
igoroctaviano committed Oct 27, 2023
1 parent cca01cf commit 59aaf5b
Show file tree
Hide file tree
Showing 3 changed files with 7,462 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
cache-dependency-path: "./yarn.lock"
- name: Install dependencies
run: yarn
- name: Build package in production mode
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,4 @@ typings/
node_modules/
build/
dist/
yarn.lock
.vscode/
Loading

0 comments on commit 59aaf5b

Please sign in to comment.