forked from mystiq/hydrogen-web
Explain what is being deleted by the strange syntax
See https://github.com/vector-im/hydrogen-web/pull/693#discussion_r815284713
This commit is contained in:
parent
e9cee2e6a4
commit
f1e07b6842
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ mkdir target/paths
|
|||
cp doc/SDK.md target/README.md
|
||||
pushd target
|
||||
pushd asset-build/assets
|
||||
# Remove all `*.wasm` and `*.js` files except for `main.js`
|
||||
rm !(main).js *.wasm
|
||||
popd
|
||||
rm index.html
|
||||
|
|
Loading…
Reference in a new issue