Skip to content

Commit

Permalink
Merge pull request #738 from hms-dbmi-cellenics/test-makefile-target
Browse files Browse the repository at this point in the history
Add test target in Makefile
  • Loading branch information
Kristian-A authored Jun 15, 2022
2 parents 22fd73f + 9fe114d commit 09d7e09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ install: ## Installs node dependencies
@npm install
build: ## Creates a production build
@npm run build
test: ## Executes unit tests
@npm run test
check: ## Checks code for linting/construct errors
@echo "==> Checking if files are well formatted..."
@npm run lint
Expand Down

0 comments on commit 09d7e09

Please sign in to comment.