/pull-notifier

Notify via chatwork, slack when pull request/issue created, edited, commented,...

Primary LanguageTypeScriptMIT LicenseMIT

pull-notifier

Notify via chatwork & slack when pull request created

Screenshot from 2021-09-13 00-58-48

Run locally

Run docker

docker network create shared_network
docker-compose up -d

Exec migration

docker-compose exec backend sh -c 'npm run prisma:migrate'

Update packages

I'm using [npm-check-updates] (https://www.npmjs.com/package/npm-check-updates). Please install it globally.

npm install -g npm-check-updates

Upgrade the specified version in packages.json

npm run packages:update