From 4f9120dc0bf4f23fbbb52af2dc8446ac69474bfe Mon Sep 17 00:00:00 2001 From: Ando Yasushi Date: Thu, 6 Feb 2014 09:11:01 +0900 Subject: [PATCH] docs(CONTRIBUTING.md): use run-test.sh instead of grunt Closes #517 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5321304a7..375ba34c5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -90,7 +90,7 @@ Before you submit your pull request consider the following guidelines: * Build your changes locally to ensure all the tests pass ```shell - grunt test + ./run-test.sh ``` * Push your branch to Github: