Get rid of src/ dir
don't need this layer of indirection
This commit is contained in:
parent
e96df4d033
commit
703a0cd630
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@ -14,6 +14,6 @@
|
||||
"parcel": "^1.12.4"
|
||||
},
|
||||
"scripts": {
|
||||
"build-dist": "parcel build src/background/page.html src/options/options.html src/popup/popup.html"
|
||||
"build-dist": "parcel build background/page.html options/options.html popup/popup.html"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user