1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 20:15:53 +02:00
tldr/pages.zh/common/zapier-build.md
Managor fe4c26ba2e
pages*/common/*: add option placeholders to translations part 2 (#15901)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-14 12:48:28 +05:30

16 lines
372 B
Markdown

# zapier build
> 构建一个可推送的 Zapier 集成 `zip` 文件。
> 更多信息:<https://platform.zapier.com/reference/cli#build>.
- 创建一个构建:
`zapier build`
- 禁用智能文件包含(只会包含 `index.js` 所需的文件):
`zapier build --disable-dependency-detection`
- 显示额外的调试输出:
`zapier build {{[-d|--debug]}}`