Browse Source
Remove node_modules cache in release script
develop
meriadec
6 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
0 deletions
-
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 |
|
|
|