Skip to content

Commit 2b6311b

Browse files
committed
FIX: Clean srcipt for npm pack
1 parent 121dc01 commit 2b6311b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/clean-package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ removableProps.forEach((prop) => delete packageData[prop]);
2222

2323
// Define new scripts
2424
const scripts = {
25-
clean: "rimraf interface && rimraf index.js && rimraf index.d.ts && rimraf utils && rimraf interfaces && rimraf lib && rimraf types",
25+
clean: "rimraf index.js && rimraf index.d.ts && rimraf lib && rimraf interfaces && rimraf types && rimraf utils",
2626
postpack: "npm run clean && node ./scripts/restore-package.js",
2727
};
2828

0 commit comments

Comments
 (0)