From 276b1a591a0802b69401570f5942fc1ebeff9614 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 3 Feb 2016 23:15:24 -0600 Subject: [PATCH] chore(): add to local npm readme steps --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 403996dee2..4cf4c569c8 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -40,7 +40,7 @@ From `ionic` repo root directory: 1. `gulp package --strip-debug false` 2. `cd dist` 3. `sudo npm link` -4. After ionic changes: `gulp transpile.no-typecheck --strip-debug false` +4. After ionic changes: `gulp transpile.no-typecheck --strip-debug false && gulp copy.scss` From Testing App root directory: