Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
fix: Bundling of SCSS Module Files (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiernebre committed Jul 27, 2021
1 parent 7d525dc commit 0876130
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@
"url": "https://github.com/Tiernebre/kecleon.git"
},
"scripts": {
"bundle:css": "copyfiles -u 1 src/styles/**/* lib && copyfiles -u 1 src/**/*.css lib",
"bundle:scss": "copyfiles -u 1 src/styles/**/* lib && copyfiles -u 1 src/**/*.scss lib",
"bundle:scss": "copyfiles -u 1 src/styles/**/* lib && copyfiles -u 1 src/components/**/*.scss lib",
"clean": "rimraf ./lib",
"prebuild": "yarn clean",
"build": "tsc --p tsconfig.lib.json",
"postbuild": "yarn bundle:css && yarn bundle:scss",
"postbuild": "yarn bundle:scss",
"format": "prettier --write .",
"lint": "prettier --check . && eslint . --max-warnings=0",
"test": "react-scripts test",
Expand Down

0 comments on commit 0876130

Please sign in to comment.