Skip to content

Commit

Permalink
refactor: remove basename
Browse files Browse the repository at this point in the history
  • Loading branch information
beautyfree committed Nov 16, 2020
1 parent 554ed9e commit 0c3caf7
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 @@ -6,7 +6,7 @@
"scripts": {
"start": "parcel -p 3000 src/index.html --out-dir dist",
"build": "parcel build src/index.html --out-dir dist --public-url /p2p-wallet-web",
"deploy": "BASENAME=/p2p-wallet-web npm run build && gh-pages -d dist",
"deploy": "npm run build && gh-pages -d dist",
"lint:fix": "eslint src/ --ext js,.jsx,.ts,.tsx --fix"
},
"dependencies": {
Expand Down

0 comments on commit 0c3caf7

Please sign in to comment.