Skip to content

Commit

Permalink
Fix clean script in package.json to remove only the dist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Feb 12, 2025
1 parent 55f467c commit 3320246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "pnpm run watch",
"build": "pnpm run clean && pnpm run css && pnpm run js && pnpm run copy",
"clean": "rimraf dist/* demo",
"clean": "rimraf dist demo",
"css": "pnpm run css-compile && pnpm run css-prefix && pnpm run css-rtl && pnpm run css-minify && pnpm run css-banner",
"css-compile": "sass scss/:dist/css/ --no-source-map --load-path=node_modules",
"css-banner": "node build/add-banner.mjs",
Expand Down

0 comments on commit 3320246

Please # to comment.