From 3b8498192d30afacb2c2983325f0b5d0875b722c Mon Sep 17 00:00:00 2001 From: Nikita Poltoratsky Date: Fri, 2 Feb 2018 16:04:53 +0300 Subject: [PATCH] fix(DEV_DOCS): add missed line in development on the latest Nebular sources (#182) --- DEV_DOCS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DEV_DOCS.md b/DEV_DOCS.md index 8b1850ac53..a7fac4bbf2 100644 --- a/DEV_DOCS.md +++ b/DEV_DOCS.md @@ -182,6 +182,7 @@ To start a new release (publish the framework packages on NPM) you need: 2. run `npm link` for each Nebular module in *nebular/src/framework* except for *icons* 3. make sure you don't have *node_modules* in Nebular project (this may cause an issue an issue the angular-cli) 4. link Nebular in ngx-admin: `npm link @nebular/{auth,theme}` +5. run ngx-admin with `--preserve-symlinks` flag. #ngx-admin release 1. update version