Skip to content

Commit

Permalink
build: add build script to heading CSS component
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Nov 26, 2024
1 parent 53e646b commit cc77307
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions components/heading/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@
"src/",
"*.md"
],
"scripts": {},
"devDependencies": {},
"scripts": {
"build": "build-css-package",
"clean": "rimraf dist"
},
"devDependencies": {
"@utrecht/build-utils-css": "workspace:*"
},
"keywords": [
"nl-design-system"
],
Expand Down
1 change: 1 addition & 0 deletions components/heading/src/index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* stylelint-disable no-empty-source */

0 comments on commit cc77307

Please sign in to comment.