Skip to content

Commit

Permalink
更新构建脚本中的 GitHub 用户名和仓库名称
Browse files Browse the repository at this point in the history
  • Loading branch information
anibue committed Dec 7, 2024
1 parent 2fd2690 commit 3a89862
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 @@ -7,7 +7,7 @@
"scripts": {
"start": "parcel",
"build": "parcel build",
"build-gh": "parcel build --public-url 'https://{github-username}.github.io/{repo-name}'",
"build-gh": "parcel build --public-url 'https://{anibue}.github.io/{CodeSpace}'",
"predeploy": "npm run build-gh",
"deploy": "gh-pages -d dist"
},
Expand Down

0 comments on commit 3a89862

Please sign in to comment.