From 340cee028d3a2b83721b112873546f7778a7f19e Mon Sep 17 00:00:00 2001 From: Chris Williams Date: Thu, 2 Nov 2017 22:22:35 -0700 Subject: [PATCH] [data-ui] add @data-ui/core to travis and set lerna versioning to fixed --- .travis.yml | 4 ++-- lerna.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1184dd22..be8ea513 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,9 @@ env: - PACKAGE=data-ui-theme - PACKAGE=forms - PACKAGE=network - - PACKAGE=core + - PACKAGE=shared script: - - 'cd ./packages/$PACKAGE && npm install && npm run test' + - 'cd ./packages/$PACKAGE && npm install && npm prune && npm run test' - 'cd ../../' - 'eslint --ignore-path=.eslintignore --ext .js,.jsx ./packages/$PACKAGE' after_script: diff --git a/lerna.json b/lerna.json index f2a41ae9..76b544c8 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "independent" + "version": "0.0.46" }