build: cleanup stale bundles
This commit is contained in:
parent
83cb8e32f1
commit
5c84493a0f
@ -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",
|
||||
|
@ -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",
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user