summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 0ce0266..de8d4b0 100755
--- a/run.sh
+++ b/run.sh
@@ -140,7 +140,7 @@ case "$COMMAND" in
# install via yarn
if [ ! -d node_modules ]; then
- yarn install --ignore-scripts
+ yarn install --ignore-engines --ignore-scripts
# Try to install Peer packages too, npm install doesn't do it anymore.
/node_modules/.bin/npm-install-peers