Update ember build scripts
This commit is contained in:
parent
790e515a54
commit
48345de7d4
1 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue