Compare commits
2 commits
4041a771a9
...
5d3d848361
Author | SHA1 | Date | |
---|---|---|---|
5d3d848361 | |||
435c267d87 |
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ patch --no-backup-if-mismatch --merge --input="$tmpdir/update.patch" package.yam
|
||||||
|
|
||||||
# Update package.json again and get npm to update the package lock
|
# Update package.json again and get npm to update the package lock
|
||||||
# file
|
# file
|
||||||
yq --output-format json package.yaml > package.json
|
yq . package.yaml > package.json
|
||||||
npm install --package-lock-only
|
npm install --package-lock-only
|
||||||
|
|
||||||
if ! git diff --quiet package.yaml package-lock.json; then
|
if ! git diff --quiet package.yaml package-lock.json; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue