Skip to content

Commit

Permalink
Build packages separately
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jul 28, 2020
1 parent 47c5194 commit 964071d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ build:

.PHONY: test
test:
stack build $(STACK_ARGUMENTS) --fast --pedantic --test
stack build $(STACK_ARGUMENTS) bcp47 --fast --pedantic --test
stack build $(STACK_ARGUMENTS) bcp47-orphans --fast --pedantic --test

.PHONY: lint
lint:
Expand Down

0 comments on commit 964071d

Please sign in to comment.