1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/zapier-build.md

17 lines
364 B
Markdown
Raw Normal View History

# zapier build
> Build a pushable `zip` of a Zapier integration.
> More information: <https://platform.zapier.com/reference/cli#build>.
- Create a build:
`zapier build`
- Disable smart file inclusion (will only include files required by `index.js`):
`zapier build --disable-dependency-detection`
- Show extra debugging output:
`zapier build {{-d|--debug}}`