📌  相关文章
📜  'gh-pages' 未被识别为内部或外部命令 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:19.796000             🧑  作者: Mango

代码示例1
npm install gh-pages

to deploy

add this to package.json

"predeploy": "npm run build",

"deploy": "gh-pages -d build"

and then this

npm run deploy