Skip to content

Commit 7eb1f2b

Browse files
committed
fix: include all scss files in package
1 parent b88e750 commit 7eb1f2b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
### Fixed
10+
- Fix missing stylesheets in npm package
911

1012
## [21.0.0] - 2022-11-25
1113
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"license": "MIT",
1616
"scripts": {
1717
"prepare": "husky install && node generate-fixtures.js",
18-
"compile": "tsc --project tsconfig.build.json && cpy 'src/**/*.module.scss' 'dist/src'",
18+
"compile": "tsc --project tsconfig.build.json && cpy 'src/**/*.scss' 'dist/src'",
1919
"test": "jest",
2020
"start": "ladle serve",
2121
"build": "ladle build",

0 commit comments

Comments
 (0)