mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Stop publishing Element to NPM
It generally does not make much sense to publish an entire application like this to NPM, so we've agreed to stop doing so going forward. Fixes https://github.com/vector-im/element-web/issues/14902
This commit is contained in:
parent
21b5eb722b
commit
40998b799a
@ -43,7 +43,7 @@ do
|
||||
fi
|
||||
done
|
||||
|
||||
./node_modules/matrix-js-sdk/release.sh -u vector-im -z "$orig_args"
|
||||
./node_modules/matrix-js-sdk/release.sh -n -z "$orig_args"
|
||||
|
||||
release="${1#v}"
|
||||
tag="v${release}"
|
||||
|
Loading…
Reference in New Issue
Block a user