From bbb4a367be3c3b570e86c3deac1afb7edf7d579d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Mon, 22 Jul 2013 18:16:44 -0700 Subject: [PATCH] Run `grunt build` with `npm test` so that we can upload all files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 58cf9b810e..51540c7d53 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "url": "https://github.com/facebook/react" }, "scripts": { - "test": "grunt test" + "test": "grunt build && grunt test" }, "dependencies": { "base62": "~0.1.1",