Skip to content

Commit

Permalink
fix: unable to delete the directory
Browse files Browse the repository at this point in the history
BANKA2017 committed Jan 19, 2024
1 parent ac48c84 commit 509c961
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
@@ -53,7 +53,7 @@
"build": "npx tsc -p tsconfig.json --outDir lib/",
"build:umd": "npx rollup -c rollup.config.js",
"rebuild": "npm run clean && npm run build && npm run build:umd",
"clean": "rm -r lib/* dist/*",
"clean": "rm -rf lib/ dist/",
"test": "npx vitest",
"lint": "npx prettier --check .",
"format": "npx prettier --write ."

0 comments on commit 509c961

Please sign in to comment.