Skip to content

Commit

Permalink
fix: update lockfile + update www ci with --frozen-lockfile (dongri#38)
Browse files Browse the repository at this point in the history
* fix: update lockfile

* update ci
  • Loading branch information
ra0x3 committed Dec 20, 2023
1 parent b3daf11 commit 9700d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion www/frontend/helpar/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8898,7 +8898,7 @@ [email protected]:
optionalDependencies:
fsevents "^2.3.2"

react-slick@^0.29.0:
[email protected]:
version "0.29.0"
resolved "https://registry.yarnpkg.com/react-slick/-/react-slick-0.29.0.tgz#0bed5ea42bf75a23d40c0259b828ed27627b51bb"
integrity sha512-TGdOKE+ZkJHHeC4aaoH85m8RnFyWqdqRfAGkhd6dirmATXMZWAxOpTLmw2Ll/jPTQ3eEG7ercFr/sbzdeYCJXA==
Expand Down
2 changes: 1 addition & 1 deletion www/frontend/scripts/ci.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -o pipefail

cd www/frontend/helpar

yarn install
yarn install --frozen-lockfile

yarn pretty --check

Expand Down

0 comments on commit 9700d75

Please sign in to comment.