Thibaut Boustany
7 years ago
No known key found for this signature in database
GPG Key ID: 32475B11A2B13EEC
1 changed files with
5 additions and
5 deletions
-
scripts/compile.sh
|
|
@ -2,11 +2,11 @@ |
|
|
|
|
|
|
|
set -e |
|
|
|
|
|
|
|
export GIT_REVISION=`git rev-parse HEAD` |
|
|
|
export SENTRY_URL=https://db8f5b9b021048d4a401f045371701cb@sentry.io/274561 |
|
|
|
GIT_REVISION=`git rev-parse HEAD` |
|
|
|
SENTRY_URL=https://db8f5b9b021048d4a401f045371701cb@sentry.io/274561 |
|
|
|
NODE_ENV=production |
|
|
|
|
|
|
|
rm -rf ./node_modules/.cache dist |
|
|
|
yarn |
|
|
|
rm -rf dist && |
|
|
|
NODE_ENV=production yarn run webpack-cli --mode production --config webpack/internals.config.js && |
|
|
|
NODE_ENV=production yarn run electron-webpack |
|
|
|
yarn run webpack-cli --mode production --config webpack/internals.config.js |
|
|
|
yarn run electron-webpack |
|
|
|