npm is "smart" enough to try and install our electron wrapper as a module

instead of the actual electron package. With no way to ignore directories.
I'd like to think of this as temporary, until I get to rip apart riot-web
and riot-electron

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2017-05-10 13:36:27 +01:00
parent 41738ec025
commit c607b1bc89
24 changed files with 17 additions and 17 deletions

View file

@ -2,7 +2,7 @@
#
# Script to perform a release of vector-web.
#
# Requires github-changelog-generator; to install, do
# Requires github-changelog-generator; to install, do
# pip install git+https://github.com/matrix-org/github-changelog-generator.git
set -e
@ -15,7 +15,7 @@ release="${1#v}"
tag="v${release}"
echo "electron npm version"
cd electron
cd electron_app
npm version --no-git-tag-version "$release"
git commit package.json -m "$tag"