Skip to content

Commit

Permalink
perf: update sweep npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 authored and jordanjones243 committed Oct 28, 2024
1 parent 669997a commit 4f2a171
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 @@ -163,7 +163,7 @@
"postinstall": "node packageScripts/postinstall.mjs",
"sass:render": "sass-render src/*.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 | rm ./src/*.css ./src/*-css.js",
"sweep": "rm -rf ./demo/css ./dist | rm ./src/*.css ./src/*-css.js ./demo/*.md",
"test": "wtr --coverage",
"test:watch": "wtr --watch",
"types": "tsc",
Expand Down

0 comments on commit 4f2a171

Please sign in to comment.