Skip to content

Commit 826b29a

Browse files
committed
Fix zip step for flattened tools
1 parent cceb30f commit 826b29a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/make-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ build() {
122122
package() {
123123
log "ZIPPING" "ALL REPOS"
124124
rm -f polymer-all-$VERSION.zip
125-
zip -q -x "polymer-$VERSION/tools/*" -x "polymer-$VERSION/polymer.min.js*" -x "polymer-$VERSION/platform.min.js*" -x "polymer-$VERSION/polymer/polymer.concat.js*" -x "*.git*" -x "*node_modules/*" -r polymer-all-$VERSION.zip polymer-$VERSION
125+
zip -q -x "polymer-$VERSION/polymer.min.js*" -x "polymer-$VERSION/platform.min.js*" -x "polymer-$VERSION/polymer/polymer.concat.js*" -x "*.git*" -x "*node_modules/*" -r polymer-all-$VERSION.zip polymer-$VERSION
126126
ok
127127
}
128128

0 commit comments

Comments
 (0)