From 786c4fdab2cdefc0a1407b9025f2c4aee6ae7814 Mon Sep 17 00:00:00 2001 From: Xymorot Date: Sun, 23 Jun 2019 18:16:09 +0200 Subject: [PATCH] update README.md to reflect older changes in postinstall script --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b90ffb8..fed436a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ ## Development -- `npm install` -- `npm run rebuild` - - might need to install some build tools depending on your platform +- `npm install`, the postinstall runs + - `npm run rebuild` + - might need to install some build tools depending on your platform + - `npm run typeorm:migrate` for installing the database - `npm run tsc` for backend - `npm run webpack` for frontend - `npm dev`