diff options
-rw-r--r-- | packages/pipeline/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/pipeline/package.json b/packages/pipeline/package.json index 253da3f19..3380a970a 100644 --- a/packages/pipeline/package.json +++ b/packages/pipeline/package.json @@ -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", |