Try to fix build 0.5.10

This commit is contained in:
Grzegorz Leoniec 2019-03-07 10:35:59 +01:00
parent c64d6fbb83
commit 58cb1ee096
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377
3 changed files with 7 additions and 2 deletions

View File

@ -11,8 +11,13 @@ install:
# - yarn build
- yarn build:lib
before_deploy:
- rm -Rf ./node_modules .docs ./preview ./tests *.log*
- rm -Rf ./src/system/icons/_all
- rm -Rf ./src/system/tokens/_examples
deploy:
provider: npm
skip_cleanup: true
email: $NPM_EMAIL
api_key: $NPM_TOKEN
on:

View File

@ -1,6 +1,6 @@
{
"name": "@human-connection/styleguide",
"version": "0.5.9",
"version": "0.5.10",
"private": false,
"scripts": {
"serve": "http-server ./docs -o -s",

View File

@ -9,7 +9,7 @@
.ds-select-is-open & {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom: 0;
border-bottom-color: transparent;
}
}