zapier-platform-schema
v18.0.6
Published
Schema definition for CLI apps in the Zapier Developer Platform.
Downloads
137,875
Maintainers
Keywords
Readme
Zapier Platform Schema
This is the schema for Zapier integrations.
For documentation:
Development
See CONTRIBUTING.md and ARCHITECTURE.md of this package in particular.
Useful commands:
pnpmto install packages and get startedpnpm lintto lint codepnpm testto run testspnpm smoke-testto run smoke testspnpm coverageto run tests and display test coveragepnpm validateto run tests, smoke tests, and linterpnpm exportto update the exported-schema (even if only the version changes)pnpm docsto update docs (even if only the version changes)pnpm buildto update docs and the exported-schema (even if only the version changes)
Publishing
Only do this after merging your PR to main.
pnpm version --[patch|minor|major]will pull, test, update exported-schema, update docs, increment version in package.json, push tags, and publish to npm
