Skip to content

Commit 545bc3b

Browse files
committed
Seperate build folders to accomodate other extensions
1 parent 208c5bc commit 545bc3b

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

chrome/images/hn-logo.png

42.9 KB
Loading
File renamed without changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "1.0.0",
44
"main": "index.js",
55
"scripts": {
6-
"start": "parcel index.html",
7-
"build": "parcel build index.html && cp ./manifest.json ./dist && cp -R ./images ./dist"
6+
"start-chrome": "parcel -d dist/dist-chrome index.html",
7+
"build-chrome": "parcel build index.html -d dist/dist-chrome && cp -R ./chrome/* ./dist/dist-chrome"
88
},
99
"repository": {},
1010
"license": "MIT",

0 commit comments

Comments
 (0)