mirror of
https://github.com/dani-garcia/bw_web_builds.git
synced 2025-01-12 20:57:18 +03:00
Update package_web_vault.sh
Co-Authored-By: mqus <8398165+mqus@users.noreply.github.com>
This commit is contained in:
parent
af77baf19c
commit
7016815a07
1 changed files with 2 additions and 1 deletions
|
@ -76,7 +76,8 @@ npm run dist
|
|||
#find build -name "*.map" -delete
|
||||
|
||||
# Prepare the final archives
|
||||
tar -czvf "../$OUTPUT_NAME" build --owner=0 --group=0
|
||||
mv build web-vault
|
||||
tar -czvf "../$OUTPUT_NAME" web-vault --owner=0 --group=0
|
||||
|
||||
cd ..
|
||||
|
||||
|
|
Loading…
Reference in a new issue