Add build:ci to pipeline package.json

This commit is contained in:
Alex Browne
2018-11-06 10:40:07 -08:00
parent 5e22a862b7
commit 21d4807206

View File

@@ -5,6 +5,7 @@
"description": "Data pipeline for offline analysis",
"scripts": {
"build": "yarn tsc -b",
"build:ci": "yarn build",
"test": "yarn run_mocha",
"rebuild_and_test": "run-s build test",
"test:circleci": "yarn test:coverage",