Skip to content

Commit 882f523

Browse files
committed
fix(npm): include built css file in npm package
1 parent 50df95e commit 882f523

File tree

7 files changed

+6
-81745
lines changed

7 files changed

+6
-81745
lines changed

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ build/*
1212
tmp
1313
coverage
1414

15+
# built example app
16+
dist
17+
1518
# secrets
1619
config.yml

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ notifications:
66
node_js:
77
- '6'
88
after_success:
9-
- npm run semantic-release
9+
- yarn run semantic-release
1010
before_script:
1111
- yarn global add codecov
1212
script:
1313
- yarn run lint
1414
- yarn run lint-docs
1515
- yarn run cover
16+
- yarn run build
1617
- codecov
1718
branches:
1819
except:

Diff for: dist/index.css

-2,424
This file was deleted.

Diff for: dist/index.css.map

-1
This file was deleted.

0 commit comments

Comments
 (0)