Skip to content

Commit

Permalink
fix(index.css): include index.css in package
Browse files Browse the repository at this point in the history
  • Loading branch information
smashercosmo committed Nov 19, 2019
1 parent 345af42 commit 8919837
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 1 deletion.
211 changes: 211 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"build": "tsdx build && cpy src/index.css dist",
"test": "tsdx test --env=jsdom",
"lint": "tsdx lint src",
"commit": "git-cz",
Expand Down Expand Up @@ -40,6 +40,7 @@
"@typescript-eslint/eslint-plugin": "2.7.0",
"@typescript-eslint/parser": "2.7.0",
"commitizen": "4.0.3",
"cpy-cli": "2.0.0",
"cz-conventional-changelog": "^3.0.2",
"eslint-config-airbnb": "18.0.1",
"eslint-config-prettier": "6.6.0",
Expand Down

0 comments on commit 8919837

Please sign in to comment.