Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderfrangos committed Aug 24, 2019
1 parent 7280eaa commit 648009c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "src/electron.js",
"scripts": {
"parcel-dev": "parcel *.html --port 3000 --out-dir build",
"parcel": "parcel *.html --port 3000 --out-dir build",
"parcel-build": "parcel build *.html --out-dir build --public-url ./ --experimental-scope-hoisting",
"electron-build": "electron-builder",
"clean-build": "del build/ .cache dist/",
Expand Down

0 comments on commit 648009c

Please sign in to comment.