yarn
- All Tests:
yarn test
- Lint Tests:
yarn test:lint
- Unit Tests:
yarn test:unit
- Unit Tests (watch):
yarn test:watch
Run yarn setup
to start PostgreSQL & PostgREST development containers.
Then run:
yarn test:e2e
npm version [major|minor|patch]
This will automatically:
- Update the changelog
- Create and checkout a new version branch
- Bump the version and tag it
- Push the branch and tags
- Generate a new Github Release
- Build and publish it to npm
{
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnSave": true,
"eslint.codeActionsOnSave.mode": "all",
"eslint.format.enable": true,
"eslint.packageManager": "yarn",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}