Skip to content

Commit 297cfd4

Browse files
committed
make sure to release also the css
1 parent aecc85c commit 297cfd4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
],
1717
"scripts": {
1818
"clean": "rm -rf lib",
19-
"build": "npm run clean && npm run typecheck && npm run build-dist && npm run build-js",
19+
"build": "npm run clean && npm run typecheck && npm run build-js && npm run copy-css",
2020
"build-js": "tsc",
21-
"build-dist": "webpack --progress",
21+
"copy-css": "mkdir -p lib/styles && cp src/styles/*.css lib/styles/",
2222
"lint": "eslint",
2323
"lint-fix": "eslint --fix",
2424
"test": "jest --no-coverage",

0 commit comments

Comments
 (0)