Skip to content

Commit

Permalink
chore(package): only pack sass & css files in npm version to fix #429
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Dec 10, 2024
1 parent 3ffcb28 commit ba1304f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
"sass",
"scss"
],
"files": [
"sass/",
"css/"
],
"sass": "sass/a11y-en.scss",
"style": "css/a11y-en.css",
"scripts": {
"start": "concurrently --kill-others \"npm:watch:*\"",
"docs": "npm run docs:js && npm run docs:css && eleventy",
Expand Down

0 comments on commit ba1304f

Please sign in to comment.