From a6b2a9f9f5880e097d5e365d08a4cf2f8a7c80e2 Mon Sep 17 00:00:00 2001 From: christianacca Date: Fri, 17 Jun 2016 21:31:54 +0100 Subject: [PATCH] docs(releasing): fix instructions --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index d2ed5acd..0996362d 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -7,7 +7,7 @@ RELEASING 2. Minify source files: `grunt` -3. Make the test pass: `karma start` +3. Make the test pass: `npm test` 4. Update CHANGELOG.md: 1. `node changelog.js n.n.n` where `n.n.n` is the version number used in step 1. above