diff options
author | Alex Browne <stephenalexbrowne@gmail.com> | 2018-11-07 02:40:07 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-06 19:04:24 +0800 |
commit | a72463dbdb8d8c8dfd38960616aae798bdc8a014 (patch) | |
tree | fda2c7ce2bb302fe8cb1496b9a2183e8baf6d713 /packages/pipeline | |
parent | b159d4e0ecbd1f1419501c79dbb9bf52004c37b7 (diff) | |
download | dexon-sol-tools-a72463dbdb8d8c8dfd38960616aae798bdc8a014.tar dexon-sol-tools-a72463dbdb8d8c8dfd38960616aae798bdc8a014.tar.gz dexon-sol-tools-a72463dbdb8d8c8dfd38960616aae798bdc8a014.tar.bz2 dexon-sol-tools-a72463dbdb8d8c8dfd38960616aae798bdc8a014.tar.lz dexon-sol-tools-a72463dbdb8d8c8dfd38960616aae798bdc8a014.tar.xz dexon-sol-tools-a72463dbdb8d8c8dfd38960616aae798bdc8a014.tar.zst dexon-sol-tools-a72463dbdb8d8c8dfd38960616aae798bdc8a014.zip |
Add build:ci to pipeline package.json
Diffstat (limited to 'packages/pipeline')
-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", |