From 2d35eb0253599ce7191f64885c3e8bb5f150cc24 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sat, 3 Sep 2016 00:38:06 -0400 Subject: [PATCH] run build instead of make before running tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5d59c125..65b4d698d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "build-min": "npm run build && uglifyjs dist/iD.js -c -m -o dist/iD.min.js", "lint": "eslint *.js js/id test/spec modules", "start": "node development_server.js develop", - "test": "npm run lint && make && phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html spec" + "test": "npm run lint && npm run build && phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html spec" }, "repository": { "type": "git",