diff --git a/app/templates/_package.json b/app/templates/_package.json index 9c6c1c9..237c8e4 100644 --- a/app/templates/_package.json +++ b/app/templates/_package.json @@ -34,6 +34,6 @@ "main": "index.coffee", "scripts": { - "test": "grunt test" + "test": "script/test" } }