Skip to content

Commit 4067b0e

Browse files
authored
Merge pull request #1 from Hashnode/updateBuildProcedure
Update build procedure
2 parents 208c5bc + 5359134 commit 4067b0e

File tree

7 files changed

+3
-2
lines changed

7 files changed

+3
-2
lines changed

chrome/images/hn-logo.png

42.9 KB
Loading
File renamed without changes.

package.json

Lines changed: 3 additions & 2 deletions
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 index.html",
7-
"build": "parcel build index.html && cp ./manifest.json ./dist && cp -R ./images ./dist"
6+
"start": "parcel -d dist/web index.html",
7+
"start-chrome": "parcel -d dist/dist-chrome index.html",
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)