Skip to content

Commit

Permalink
Missed update of lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Vig committed Jan 10, 2018
1 parent 021bf06 commit 7745cb2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@ clean: stop ## Clean all Docker Containers and Volumes
build: clean ## Rebuild the Docker Image for use by Compose
$(DC) build

install: ## Install NPM Packages on the Local FS
yarn

lint: ## Lint the Source Code and Dockerfile
$(DC) run dockerlint
$(DC) $(NPM) lint
$(DC) $(YARN) lint

test: stop ## Run all Tests
$(DC) $(YARN) test
Expand Down

0 comments on commit 7745cb2

Please sign in to comment.