Skip to content

Commit

Permalink
Merge pull request #14 from Midlight25/develop
Browse files Browse the repository at this point in the history
Fixed build command
  • Loading branch information
Midlight25 authored Mar 24, 2021
2 parents 934f19d + c4cbd23 commit c8140e3
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 @@ -5,7 +5,7 @@
"main": "dest/index.html",
"scripts": {
"start": "parcel serve src/index.pug",
"build": "parcel build src/index.pug --detailed-report 5 --target --experimental-scope-hoisting browser --public-url ./"
"build": "parcel build src/index.pug --detailed-report 5 --target browser --experimental-scope-hoisting browser --public-url ./"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c8140e3

Please sign in to comment.