Add build:ci to pipeline package.json
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
"description": "Data pipeline for offline analysis",
|
"description": "Data pipeline for offline analysis",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn tsc -b",
|
"build": "yarn tsc -b",
|
||||||
|
"build:ci": "yarn build",
|
||||||
"test": "yarn run_mocha",
|
"test": "yarn run_mocha",
|
||||||
"rebuild_and_test": "run-s build test",
|
"rebuild_and_test": "run-s build test",
|
||||||
"test:circleci": "yarn test:coverage",
|
"test:circleci": "yarn test:coverage",
|
||||||
|
|||||||
Reference in New Issue
Block a user