mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
Get list of files from dist folder
This commit is contained in:
@@ -15,6 +15,7 @@ lasttag=`git tag -l | sort -t. -k1,1n -k2,2n -k3,3n | tail -n 1`
|
||||
git checkout --detach ${lasttag}
|
||||
git merge -s ours master --no-commit
|
||||
|
||||
files=(`ls dist | sed -e 's/\/dist//'`)
|
||||
mv dist/* .
|
||||
|
||||
git add *.js *.json README.md build.log
|
||||
git add -f "${files[@]}"
|
||||
|
||||
Reference in New Issue
Block a user