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"
|
"parcel": "^1.12.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
4
justfile
4
justfile
@ -7,5 +7,5 @@ build-javascript:
|
|||||||
|
|
||||||
build-extension:
|
build-extension:
|
||||||
yarn --cwd extension run build-dist
|
yarn --cwd extension run build-dist
|
||||||
cp -r extension/src/icons/ extension/dist/
|
cp -r extension/icons/ extension/dist/
|
||||||
cp extension/src/manifest.json extension/dist/
|
cp extension/manifest.json extension/dist/
|
||||||
|
Loading…
Reference in New Issue
Block a user