Skip to content

Commit

Permalink
chore(design-system): Don't ship with CSS source maps (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
TSenter authored Sep 13, 2024
1 parent 48b1471 commit f06721f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "index.js",
"scripts": {
"build:icons": "node src/build-icons",
"build:sass": "sass --load-path node_modules src:dist",
"build:sass": "sass --load-path node_modules src:dist --no-source-map",
"start": "concurrently pnpm:build:icons pnpm:*:sass",
"build": "concurrently 'pnpm:build:*' --prefix-colors cyan,magenta,yellow",
"format": "prettier --write .",
Expand Down

0 comments on commit f06721f

Please sign in to comment.