Install the required dependencies:
yarnAnd you may now run the tests with:
yarn testairtable_token: Airtable API token.airtable_base_id: Airtable base id.airtable_table_name: Airtable table name.airtable_record_id: Airtable record id.airtable_field_name: Airtable field name.
Be sure to have configured GITHUB_TOKEN in your globals.
npm version [<new version> | major | minor | patch] -m "Release %s"
git push origin master && git push --tags