build: cleanup stale bundles

This commit is contained in:
Nils Maier 2019-11-26 12:58:06 +01:00
parent 83cb8e32f1
commit 5c84493a0f
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
},
"scripts": {
"build": "util/build.py",
"build:cleanup": "rm -rf bundles",
"build:bundles": "webpack",
"build:regexps": "node util/makexregexps.js > data/xregexps.json",
"stats": "cloc --vcs=git --exclude-lang=Markdown,SVG",

View File

@ -32,6 +32,7 @@ PERM_IGNORED_FX = set(("downloads.shelf", "webRequest", "webRequestBlocking"))
PERM_IGNORED_CHROME = set(("menus", "sessions", "theme"))
SCRIPTS = [
"yarn build:cleanup",
"yarn build:regexps",
"yarn build:bundles",
]