Welis Garagen-Anzeige

This commit is contained in:
2018-02-04 20:14:45 +01:00
parent 9b4b42bdc0
commit 48d7ac9661
855 changed files with 134068 additions and 5 deletions
Generated Vendored
+11
View File
@@ -0,0 +1,11 @@
test: security
@node test/ --integration $(TESTS)
test-unit: security
@node test/ $(TESTS)
security:
@node_modules/.bin/nsp check
.PHONY: test test-unit security