diff options
author | David Mehren | 2021-05-05 15:38:00 +0200 |
---|---|---|
committer | David Mehren | 2021-05-05 15:38:00 +0200 |
commit | 926493a9837ecf3424252dd94052da86e3f468a6 (patch) | |
tree | 1ad593fcc11e19c7e7cba8cbfb13ac3ff91c441d | |
parent | 317aba65d8e052456c35aea4c68d8ec52dd14a04 (diff) |
Only install production dependencies in bin/setup
Signed-off-by: David Mehren <git@herrmehren.de>
-rwxr-xr-x | bin/setup | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -47,8 +47,7 @@ if [ ! -f config.json ]; then fi echo "Installing packages..." -yarn install --pure-lockfile -yarn install --production=false --pure-lockfile +yarn install --production=true --pure-lockfile cat << EOF |