enable format check

This commit is contained in:
vsavkin 2018-03-25 14:43:54 -04:00 committed by Victor Savkin
parent d416c580b5
commit fba74f66bc

View File

@ -16,7 +16,7 @@
"test:nx": "yarn linknpm fast && ./scripts/test_nx.sh",
"test":
"yarn linknpm && ./scripts/test_nx.sh && ./scripts/test_schematics.sh",
"checkformat": "echo 1",
"checkformat": "yarn format --check-only",
"publish_npm": "./scripts/publish.sh",
"precommit": "yarn checkformat"
},