Skip to content

Commit

Permalink
fix: don't package mojom{,-lite}.js files in dist.zip (#19192)
Browse files Browse the repository at this point in the history
  • Loading branch information
trop[bot] authored and zcbenz committed Jul 11, 2019
1 parent 3e6cd06 commit b8f3325
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/zip.py
Expand Up @@ -5,7 +5,9 @@
import zipfile

EXTENSIONS_TO_SKIP = [
'.pdb'
'.pdb',
'.mojom.js',
'.mojom-lite.js',
]

PATHS_TO_SKIP = [
Expand Down

0 comments on commit b8f3325

Please sign in to comment.