chore: travis

This commit is contained in:
Nathan Walker
2020-07-12 19:23:44 -07:00
parent 38f1b1f3cd
commit 308ba5c568
4 changed files with 14 additions and 1288 deletions

View File

@@ -17,4 +17,6 @@ packages/ui-mobile-base
*.md
*.json
*.js
*.map
*.map
*.css
*.scss

View File

@@ -2,16 +2,9 @@ language: node_js
node_js:
- "node"
script:
- npm install
- npm run format-check
- npm run setup
- npm run unit-test
- nx run core:unit
- nx run core:build.npm
# public API changes check
# - npm run api-extractor-ci
# circular references check
- cd tests && npm i
- node_modules/.bin/webpack --env.android
- node_modules/.bin/webpack --env.ios

View File

File diff suppressed because one or more lines are too long

View File

@@ -1,23 +1,23 @@
@import url('~/views/what-is-new-common.css');
.news-card {
margin: 12 12 0 12;
margin: 12 12 0 12;
}
.title {
font-size: 14;
font-size: 14;
}
.body {
font-size: 14;
font-size: 14;
}
.learn-more {
font-size: 14;
font-size: 14;
}
.date {
font-size: 12;
font-size: 12;
}
.empty-placeholder {
vertical-align: center;
text-align: center;
}
vertical-align: center;
text-align: center;
}