mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-19 01:43:18 +08:00
zapier-build: add page (#14177)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
co-authored by
Wiktor Perskawiec
parent
5910ebfff3
commit
721525ffac
@@ -0,0 +1,16 @@
|
||||
# zapier build
|
||||
|
||||
> Build a pushable `zip` of a Zapier integration.
|
||||
> More information: <https://github.com/zapier/zapier-platform/blob/main/packages/cli/docs/cli.md#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}}`
|
||||
Reference in New Issue
Block a user