X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile;h=1b76d344699e72c599b2b432e73ced59e07a52cb;hb=ed68fcd7268bf11f7154f5cb125267ced2bdb078;hp=5f059cc9eb4723224744af4987c8046f23f36044;hpb=3fc3a18add283ac313600a8a342b53f45686b4a0;p=mkws-moved-to-github.git diff --git a/test/Makefile b/test/Makefile index 5f059cc..1b76d34 100644 --- a/test/Makefile +++ b/test/Makefile @@ -49,13 +49,13 @@ screenshot-indexdata: ls -l ${IMAGES} jsbeautifier jsb indent: - for i in ./spec*/*.js ./js/*.js ./phantom/*.js; do \ + for i in package.json ./spec*/*.js ./js/*.js ./phantom/*.js; do \ jsbeautifier -j $$i > $@.tmp && mv -f $@.tmp $$i; \ done node-modules: node_modules node_modules: - npm install ${NPM_INSTALL_FLAGS} jQuery xmlhttprequest jsdom request jasmine-node phantomjs + npm install ${NPM_INSTALL_FLAGS} help: @echo "make [ all | check | clean | distclean ]"