Skip to content

Commit

Permalink
Minify theming css in build
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Oct 27, 2023
1 parent add15f1 commit a2aec75
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
"node": ">=10"
},
"scripts": {
"build": "cross-env NODE_ENV=production run-p build:*",
"build": "cross-env NODE_ENV=production run-s build:*",
"build:babel": "babel ./src --out-dir ./dist --extensions \".ts,.tsx,.js,.jsx\" --source-maps --root-mode upward",
"build:sass": "sass --embed-sources --load-path=../../node_modules ./src:./dist ./scss/BaseStyleSheet.scss:./css/BaseStyleSheet.css"
"build:sass": "sass --embed-sources --load-path=../../node_modules ./src:./dist ./scss/BaseStyleSheet.scss:./css/BaseStyleSheet.css",
"build:theme": "sass --embed-sources --style=compressed --load-path=../../node_modules ./src/theme:./dist/theme"
},
"dependencies": {
"@adobe/react-spectrum": "^3.29.0",
Expand Down

0 comments on commit a2aec75

Please sign in to comment.