Browse Source

fix release.sh

master
Gaëtan Renaudeau 7 years ago
parent
commit
0a3d0c2343
  1. 2
      scripts/release.sh

2
scripts/release.sh

@ -21,5 +21,7 @@ fi
# TODO check if local git HEAD is EXACTLY our remote master HEAD
export SENTRY_URL=https://db8f5b9b021048d4a401f045371701cb@sentry.io/274561
rm -rf ./node_modules/.cache
yarn
yarn compile
build

Loading…
Cancel
Save