From b4758b1b8d10a414ee66839750331c2ef0cb65ff Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Mon, 1 Feb 2016 15:28:52 -0600 Subject: [PATCH] chore(publish): update publish instructions --- scripts/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index d31ce93c57..d6d65a7c6e 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -50,7 +50,11 @@ ### Releasing Ionic Source 1. Run `gulp prepublish` - - Pulls latest, updates package.json minor version, updates changelog + - Pulls latest + - updates package.json minor version + - updates changelog + - builds npm package files into dist + 2. Verify that changelog changes and package.json update are correct (`git status` && `git diff`) 3. Run [snapshot](#running-snapshot) & update if necessary 4. Publish to npm: `npm publish ./dist`