run build instead of make before running tests

This commit is contained in:
Bryan Housel
2016-09-03 00:38:06 -04:00
parent 44d16b25b7
commit 2d35eb0253
+1 -1
View File
@@ -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",