zapier-platform-schema
v15.18.1
Published
Schema definition for CLI apps in the Zapier Developer Platform.
Downloads
99,224
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:
yarn
to install packages and get startedyarn lint
to lint codeyarn test
to run testsyarn smoke-test
to run smoke testsyarn coverage
to run tests and display test coverageyarn validate
to run tests, smoke tests, and linteryarn export
to update the exported-schema (even if only the version changes)yarn docs
to update docs (even if only the version changes)yarn build
to update docs and the exported-schema (even if only the version changes)
Publishing
Only do this after merging your PR to main
.
yarn version --[patch|minor|major]
will pull, test, update exported-schema, update docs, increment version in package.json, push tags, and publish to npm