gpt4 book ai didi

firebase - 我可以让 `firebase deploy` 在开始上传之前首先运行 `yarn build` 吗?

转载 作者:行者123 更新时间:2023-12-05 08:40:12 25 4
gpt4 key购买 nike

作为开发人员,正确部署我的 React 项目,我希望 firebase deploy --only hosting 在开始上传之前自动运行 yarn build

最佳答案

我发现有一个“预部署”钩子(Hook)可以工作!

{
"functions": {
"predeploy": ["npm --prefix \"$RESOURCE_DIR\" run lint"]
},
"hosting": {
"predeploy": [
"cd client && yarn run build"
],
"public": "client/build",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
}
}

关于firebase - 我可以让 `firebase deploy` 在开始上传之前首先运行 `yarn build` 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56561200/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com