diff --git a/pages/common/zapier-build.md b/pages/common/zapier-build.md new file mode 100644 index 0000000000..246a007b03 --- /dev/null +++ b/pages/common/zapier-build.md @@ -0,0 +1,16 @@ +# zapier build + +> Build a pushable `zip` of a Zapier integration. +> More information: . + +- 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}}`