remove unneccesary rm -rf test/tmp from Makefile
This commit is contained in:
parent
5dec694e50
commit
2b89b2022d
3
Makefile
3
Makefile
@ -9,9 +9,7 @@ clean:
|
|||||||
rm -rf coverage templates.json test/tmp dist
|
rm -rf coverage templates.json test/tmp dist
|
||||||
|
|
||||||
test:
|
test:
|
||||||
rm -rf test/tmp
|
|
||||||
$(MOCHA_CMD)
|
$(MOCHA_CMD)
|
||||||
rm -rf test/tmp
|
|
||||||
|
|
||||||
bench:
|
bench:
|
||||||
node node_modules/matcha/bin/_matcha
|
node node_modules/matcha/bin/_matcha
|
||||||
@ -19,7 +17,6 @@ bench:
|
|||||||
test-cov:
|
test-cov:
|
||||||
rm -rf coverage
|
rm -rf coverage
|
||||||
node $(ISTANBUL_CMD) $(MOCHA_CMD) --
|
node $(ISTANBUL_CMD) $(MOCHA_CMD) --
|
||||||
rm -rf test/tmp
|
|
||||||
|
|
||||||
test-travis:
|
test-travis:
|
||||||
node $(ISTANBUL_CMD) $(MOCHA_CMD) --report lcovonly -- --reporter spec
|
node $(ISTANBUL_CMD) $(MOCHA_CMD) --report lcovonly -- --reporter spec
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user