Update ember build scripts

This commit is contained in:
Tobie Morgan Hitchcock 2016-10-01 20:21:16 +01:00
parent 790e515a54
commit 48345de7d4

View file

@ -23,6 +23,15 @@ default:
@echo "Choose a Makefile target:"
@$(MAKE) -pRrq -f $(lastword $(MAKEFILE_LIST)) : 2>/dev/null | awk -v RS= -F: '/^# File/,/^# Finished Make data base/ {if ($$1 !~ "^[#.]") {print " - " $$1}}' | sort
# The `make test` command runs the
# preconfigured tests found in the
# prject directory.
.PHONY: tests
tests:
@echo "Tests..."
npm test
# The `make setup` command installs
# the 3rd party dependencies needed
# to run this package.