graphile-migrate

v1.1.0
Opinionated SQL-powered migration tool for PostgreSQL
postgresql postgres pg migrate sql easy fast watch functions and 1 more...

lint

yarn prettier:check && eslint --ext .js,.jsx,.ts,.tsx,.graphql .

lint:fix

eslint --ext .js,.jsx,.ts,.tsx,.graphql . --fix; prettier --ignore-path .eslintignore --write '**/*.{js,jsx,ts,tsx,graphql,md,json}'

prettier:check

prettier --ignore-path .eslintignore --check '**/*.{js,jsx,ts,tsx,graphql,md,json}'

prepack

tsc && chmod +x dist/cli.js

clean

rm -Rf dist

test

yarn lint && depcheck --ignores @types/jest,eslint_d,tslib && yarn run test:only --ci

test:only

jest -i

version

yarn prepack && ./scripts/update-docs.js && git add README.md

watch

mkdir -p dist && touch dist/cli.js && chmod +x dist/cli.js && tsc --watch

Metadata

  • MIT
  • Whatever
  • Benjie Gillam
  • released 4/16/2021

Downloads

Maintainers