Replace - with _ in yarn script name so that we are consistent across yarn script names

This commit is contained in:
Fabio Berger
2018-06-05 12:20:23 +02:00
parent cc6338d048
commit 86a6a5b826
15 changed files with 15 additions and 15 deletions

View File

@@ -11,7 +11,7 @@
"watch": "tsc -w",
"lint": "tslint --project .",
"test": "run-s compile_test run_mocha",
"rebuild-and-test": "run-s clean build test",
"rebuild_and_test": "run-s clean build test",
"test:coverage": "nyc npm run test --all && yarn coverage:report:lcov",
"coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info",
"test:circleci": "yarn test:coverage",