lerna add data package to ui
This commit is contained in:
@@ -628,10 +628,10 @@ jobs:
|
||||
- image: circleci/node:10
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: yarn install
|
||||
command: 'yarn install --pure-lockfile --no-progress'
|
||||
no_output_timeout: 5m
|
||||
# - run:
|
||||
# name: yarn install
|
||||
# command: 'yarn install --pure-lockfile --no-progress'
|
||||
# no_output_timeout: 5m
|
||||
- run:
|
||||
name: boostrap lerna
|
||||
command: 'npx lerna bootstrap'
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
"author": "Grafana Labs",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@grafana/data": "^6.4.0-alpha.2",
|
||||
"@torkelo/react-select": "2.1.1",
|
||||
"@types/react-color": "2.17.0",
|
||||
"classnames": "2.2.6",
|
||||
|
||||
Reference in New Issue
Block a user