Skip to content

Commit

Permalink
Web demo: use relative path for scripts, lvgl#6
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Apr 1, 2019
1 parent 057ab3a commit ab610f3
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 @@ -17,7 +17,7 @@
},
"scripts": {
"start": "parcel ./web/index.html --open",
"build": "parcel build ./web/index.html",
"build": "parcel build ./web/index.html --public-url ./",
"lint": "eslint .",
"test": "npm run lint && nyc mocha",
"coverage": "npm run test && nyc report --reporter html"
Expand Down

0 comments on commit ab610f3

Please sign in to comment.