Skip to content

Commit

Permalink
Fixed build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Midlight25 committed Mar 24, 2021
1 parent 6c42e28 commit c4cbd23
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 c4cbd23

Please sign in to comment.