Skip to content

Commit 4bfc061

Browse files
committed
chore(package): clean script, literally
1 parent 6fba9bc commit 4bfc061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"build": "node scripts/build.js",
1515
"build:dts": "api-extractor run --local --verbose",
16-
"clean": "rm -rf dist && rm -rf dist && rm -rf coverage && rm -rf temp && rm -rf .nyc_output && rm -rf .tmp",
16+
"clean": "rm -rf dist coverage temp .nyc_output .tmp",
1717
"lint": "prettier --check --write --parser typescript \"{src,test}/**/*.ts\"",
1818
"lint:fail": "prettier --check --parser typescript \"{src,test}/**/*.ts\"",
1919
"test": "jest --testPathIgnorePatterns test/performance",

0 commit comments

Comments
 (0)