Galerie und tage
This commit is contained in:
8
node_modules/svgo/Makefile
generated
vendored
8
node_modules/svgo/Makefile
generated
vendored
@@ -1,5 +1,5 @@
|
||||
test:
|
||||
@npm run test
|
||||
@NODE_ENV=test ./node_modules/.bin/mocha
|
||||
|
||||
lib-cov:
|
||||
@./node_modules/.bin/istanbul instrument --output lib-cov --no-compact --variable global.__coverage__ lib
|
||||
@@ -13,9 +13,9 @@ coveralls: lib-cov
|
||||
@cat lcov.info | ./node_modules/.bin/coveralls
|
||||
@rm -rf lib-cov lcov.info
|
||||
|
||||
travis: lint test coveralls
|
||||
travis: jshint test coveralls
|
||||
|
||||
lint:
|
||||
@npm run lint
|
||||
jshint:
|
||||
@jshint --show-non-errors .
|
||||
|
||||
.PHONY: test
|
||||
|
||||
Reference in New Issue
Block a user