Skip to content

Commit

Permalink
Parcel build mode added fir Github release.
Browse files Browse the repository at this point in the history
  • Loading branch information
brainsoap committed Oct 8, 2018
1 parent a4ed785 commit 663993e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "parcel src/index.html --no-hmr",
"build": "parcel build src/index.html --out-dir build --public-url ."
"build": "parcel build src/index.js --out-dir build --public-url .",
"buildcc": "parcel build src/index.js --out-dir build --public-url . --out-file cookieconsent.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 663993e

Please sign in to comment.