Skip to content

Commit

Permalink
Merge pull request #2026 from iron-fish/staging
Browse files Browse the repository at this point in the history
  • Loading branch information
danield9tqh authored Aug 10, 2022
2 parents a79d445 + 16b80f6 commit f1dcebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ironfish-cli/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ echo "Copying node_modules"
rsync -L -avrq --exclude 'ironfish' --exclude 'fsevents' ../../../node_modules ./
# Copy node_modules from ironfish-cli folder into the production node_modules folder
# yarn --production seems to split some packages into different folders for some reason
cp -R ../../node_modules/* ./node_modules
rsync -L -avrq --ignore-missing-args ../../node_modules/* ./node_modules

echo ""
if ! ./bin/run --version > /dev/null; then
Expand Down

0 comments on commit f1dcebb

Please sign in to comment.