Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Jul 24, 2021
1 parent b765141 commit ed5ece2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "src/app.js",
"scripts": {
"start": "parcel index.html --port 3000",
"build": "parcel build index.html",
"build": "parcel build index.html --public-url http://liujiacai.net/elisp-demos/",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix"
},
Expand Down

0 comments on commit ed5ece2

Please sign in to comment.