graphile-migrate

v1.4.1
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:deps

depcheck --ignores @types/jest,eslint_d,tslib

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 && yarn run lint:deps && 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 12/20/2022

Downloads

Maintainers