mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 11:05:03 +01:00
add package script
This commit is contained in:
parent
520dac7cec
commit
942edf69c7
7
scripts/package.sh
Executable file
7
scripts/package.sh
Executable file
@ -0,0 +1,7 @@
|
||||
VERSION=$(jq -r ".version" package.json)
|
||||
PACKAGE=hydrogen-web-$VERSION.tar.gz
|
||||
yarn build
|
||||
pushd target
|
||||
tar -czvf ../$PACKAGE ./
|
||||
popd
|
||||
echo $PACKAGE
|
Loading…
Reference in New Issue
Block a user