【发布时间】:2020-12-20 13:18:57
【问题描述】:
在一个 firebase 项目中,我从一个私有 git 项目中导入了一个 npm 库。像这样:
npm install --save git+https://tronpd@bitbucket.org/name/name.git
当我运行 firebase deploy 时,CLI 想要再次访问 repo,而所有代码都在 node_modules 中。根据我的拙见,不需要请求访问那里的 repo。
是否可以选择以旧的 vanilla JS 样式部署云功能?因为在 /lib 文件夹中,javascript 函数已经构建在那里。
【问题讨论】:
标签: typescript firebase google-cloud-functions