Skip to content

Commit

Permalink
feat: include styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Apr 8, 2021
1 parent 1b0b2cc commit c5d9a93
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 1,536 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"test": "jest",
"lint": "eslint lib/** __tests__/* --ext .ts --ext .tsx",
"lint:fix": "eslint lib/** __tests__/* --ext .ts --ext .tsx --fix",
"build": "tsc",
"prepare": "tsc",
"build": "tsc && cp lib/styles.css dist/styles.css",
"prepare": "npm run build",
"semantic-release": "semantic-release",
"typedoc": "typedoc lib/index.ts",
"webpack": "webpack --mode=development"
Expand Down
Loading

0 comments on commit c5d9a93

Please sign in to comment.