set production flag for libraries when building production build
This commit is contained in:
parent
9950c62579
commit
2c36855aa4
2
Makefile
2
Makefile
@ -53,7 +53,7 @@ coverage: tsc yarn-install
|
|||||||
|
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
lint: tsc yarn-install
|
lint: tsc yarn-install
|
||||||
$(tslint) --type-check -e src/i18n/strings.ts --project tsconfig.json -t verbose 'src/**/*.ts'
|
$(tslint) --type-check -e src/i18n/strings.ts --project tsconfig.json -t verbose 'src/**/*.ts' 'src/**/*.tsx'
|
||||||
|
|
||||||
.PHONY: yarn-install
|
.PHONY: yarn-install
|
||||||
i18n: yarn-install
|
i18n: yarn-install
|
||||||
|
Loading…
Reference in New Issue
Block a user