Add yarn, just scripts to build extension
This requires some extra manual copying because parcel doesn't yet understand the manifest format. The as-yet-open pull request https://github.com/parcel-bundler/parcel/pull/4313 seems like it should handle this.
This commit is contained in:
parent
dd759706b3
commit
38ff3ee4de
@ -12,5 +12,8 @@
|
||||
"license": "UNLICENSED",
|
||||
"devDependencies": {
|
||||
"parcel": "^1.12.4"
|
||||
},
|
||||
"scripts": {
|
||||
"build-dist": "parcel build src/background/page.html src/options/options.html src/popup/popup.html"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user