Skip to content

Commit

Permalink
fix: remove deprecated demo/css folder from sweep command
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfalaska committed Nov 6, 2024
1 parent 0c566c4 commit 5eb7b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"postinstall": "node packageScripts/postinstall.mjs",
"sass:render": "sass-render 'src/**/*.css' 'components/**/*.css' -t ./node_modules/@aurodesignsystem/auro-library/scripts/build/staticStyles-template.js",
"serve": "web-dev-server --open demo/ --node-resolve --watch",
"sweep": "rm -rf ./demo/css ./dist | find ./demo ./dist ./src -type f \\( -name \"*.css\" -o -name \"*-css.js\" \\) -delete",
"sweep": "rm -rf ./dist | find ./demo ./dist ./src -type f \\( -name \"*.css\" -o -name \"*-css.js\" \\) -delete",
"test": "wtr --coverage",
"test:watch": "wtr --watch",
"prepare": "husky install",
Expand Down

0 comments on commit 5eb7b36

Please sign in to comment.