Update publish settings

This commit is contained in:
Thomas Nordquist
2019-01-14 15:28:24 +01:00
parent ac2387ed9b
commit 0df5ff13c1
3 changed files with 6 additions and 15 deletions

View File

@@ -26,13 +26,3 @@ cd ..
npm run build
rm -rf app/node_modules
cd "$ORIGINAL_DIR"
exit 0
docker run --rm -ti \
--env ELECTRON_CACHE="/root/.cache/electron" \
--env ELECTRON_BUILDER_CACHE="/root/.cache/electron-builder" \
--env GH_TOKEN="$GH_TOKEN" \
-v ${PWD}:/project \
-v ~/.cache/electron:/root/.cache/electron \
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
electronuserland/builder:wine node_modules/.bin/ts-node build.ts