mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Include config.sample.json in dist tarball
Fixes https://github.com/vector-im/vector-web/issues/2607
This commit is contained in:
parent
5cd4f88b8c
commit
9ce2adceef
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ fi
|
|||
|
||||
npm run clean
|
||||
npm run build$dev
|
||||
|
||||
# include the sample config in the tarball. Arguably this should be done by
|
||||
# `npm run build`, but it's just too painful.
|
||||
cp config.sample.json webapp/
|
||||
|
||||
mkdir -p dist
|
||||
cp -r webapp vector-$version
|
||||
echo $version > vector-$version/version
|
||||
|
|
Loading…
Reference in a new issue