lerna add data package to ui

This commit is contained in:
Dominik Prokop
2019-07-11 14:18:07 +02:00
parent 31d619c7de
commit ac9774e7bb
2 changed files with 5 additions and 4 deletions
+4 -4
View File
@@ -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'
+1
View File
@@ -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",