mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
run build instead of make before running tests
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user