Browse Source

Remove node_modules cache in release script

develop
meriadec 6 years ago
parent
commit
d8da840333
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 1
      scripts/release.sh

1
scripts/release.sh

@ -67,6 +67,7 @@ if [[ $(uname) == 'Linux' ]]; then # only run it on one target, to prevent race
"failed to create a draft release"
fi
runJob "rm -rf ./node_modules/.cache" "Removing node modules cache..." "done" "fail"
runJob "yarn compile" "compiling..." "compiled" "failed to compile" "verbose"
if [[ $(uname) == 'Linux' ]]; then

Loading…
Cancel
Save