mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Try to fix build 0.5.10
This commit is contained in:
parent
c64d6fbb83
commit
58cb1ee096
@ -11,8 +11,13 @@ install:
|
|||||||
# - yarn build
|
# - yarn build
|
||||||
- yarn build:lib
|
- 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:
|
deploy:
|
||||||
provider: npm
|
provider: npm
|
||||||
|
skip_cleanup: true
|
||||||
email: $NPM_EMAIL
|
email: $NPM_EMAIL
|
||||||
api_key: $NPM_TOKEN
|
api_key: $NPM_TOKEN
|
||||||
on:
|
on:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@human-connection/styleguide",
|
"name": "@human-connection/styleguide",
|
||||||
"version": "0.5.9",
|
"version": "0.5.10",
|
||||||
"private": false,
|
"private": false,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "http-server ./docs -o -s",
|
"serve": "http-server ./docs -o -s",
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
.ds-select-is-open & {
|
.ds-select-is-open & {
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
border-bottom: 0;
|
border-bottom-color: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user