summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/run.sh b/run.sh
index 5c55c32..10069e1 100755
--- a/run.sh
+++ b/run.sh
@@ -136,9 +136,6 @@ 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