Skip to content

Commit

Permalink
chore: add sass:dist script to core and utils
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow committed Dec 5, 2024
1 parent 500bccc commit 2f93e77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
},
"scripts": {
"sass": "npm run sass:compile:all",
"sass:dist": "gulp dist:swatches --theme packages/core && npm run sass:compile:dist",
"sass:compile:all": "npx sass --no-source-map --load-path=../../node_modules ./scss/all.scss ./dist/all.css",
"sass:compile:dist": "npx sass --style=compressed --no-source-map --load-path=../../node_modules ./dist:dist",
"watch": "npx sass --load-path=../../node_modules --watch ./scss/all.scss ./dist/all.css",
"docs": "node ../../scripts/sassdoc.js",
"predocs": "npm run resolve-variables",
Expand Down
2 changes: 2 additions & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
},
"scripts": {
"sass": "npm run sass:compile:all",
"sass:dist": "gulp dist:swatches --theme packages/utils && npm run sass:compile:dist",
"sass:compile:all": "npx sass --no-source-map --load-path=../../node_modules ./scss/all.scss ./dist/all.css",
"sass:compile:dist": "npx sass --style=compressed --no-source-map --load-path=../../node_modules ./dist:dist",
"watch": "npx sass --load-path=../../node_modules --watch ./scss/all.scss ./dist/all.css",
"docs": "node ../../scripts/sassdoc.js",
"predocs": "npm run resolve-variables",
Expand Down

0 comments on commit 2f93e77

Please sign in to comment.