Skip to content

Commit 5359134

Browse files
committed
Manage builds seperately
1 parent 545bc3b commit 5359134

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"version": "1.0.0",
44
"main": "index.js",
55
"scripts": {
6+
"start": "parcel -d dist/web index.html",
67
"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"
8+
"build-chrome": "parcel build index.html -d ./builds/chrome && cp -R ./chrome/* ./builds/chrome"
89
},
910
"repository": {},
1011
"license": "MIT",

0 commit comments

Comments
 (0)