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",