build: cleanup stale bundles
This commit is contained in:
parent
83cb8e32f1
commit
5c84493a0f
@ -8,6 +8,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "util/build.py",
|
"build": "util/build.py",
|
||||||
|
"build:cleanup": "rm -rf bundles",
|
||||||
"build:bundles": "webpack",
|
"build:bundles": "webpack",
|
||||||
"build:regexps": "node util/makexregexps.js > data/xregexps.json",
|
"build:regexps": "node util/makexregexps.js > data/xregexps.json",
|
||||||
"stats": "cloc --vcs=git --exclude-lang=Markdown,SVG",
|
"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"))
|
PERM_IGNORED_CHROME = set(("menus", "sessions", "theme"))
|
||||||
|
|
||||||
SCRIPTS = [
|
SCRIPTS = [
|
||||||
|
"yarn build:cleanup",
|
||||||
"yarn build:regexps",
|
"yarn build:regexps",
|
||||||
"yarn build:bundles",
|
"yarn build:bundles",
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user