Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 669 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 669 Bytes

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