Remove .github directory form SVR.JS repository
This commit is contained in:
parent
3295cb6973
commit
f7da1d3683
2 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -13,6 +13,7 @@ pushd $(dirname $0)
|
||||||
|
|
||||||
cp -a svrjs svrjs-temp
|
cp -a svrjs svrjs-temp
|
||||||
rm -rf svrjs-temp/.git
|
rm -rf svrjs-temp/.git
|
||||||
|
rm -rf svrjs-temp/.github
|
||||||
find svrjs-temp -name '.gitignore' -exec rm -f {} \;
|
find svrjs-temp -name '.gitignore' -exec rm -f {} \;
|
||||||
|
|
||||||
mkdir svrjs-temp/node_modules_uncompressed
|
mkdir svrjs-temp/node_modules_uncompressed
|
||||||
|
|
BIN
svr.js.nightly.20240331.zip
Normal file
BIN
svr.js.nightly.20240331.zip
Normal file
Binary file not shown.
Loading…
Reference in a new issue