summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/run.sh b/run.sh
index ad17914..5c55c32 100755
--- a/run.sh
+++ b/run.sh
@@ -136,6 +136,8 @@ case "$COMMAND" in
trap restore_lockfile EXIT
echo "Convert package-lock.json to yarn.lock"
+ # This is needed in order to have proper package.lock in case it is corrupted.
+ # See https://github.com/yarnpkg/yarn/issues/6103
npm install
yarn import --ignore-engines --ignore-scripts
fi