We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121dc01 commit 2b6311bCopy full SHA for 2b6311b
scripts/clean-package.js
@@ -22,7 +22,7 @@ removableProps.forEach((prop) => delete packageData[prop]);
22
23
// Define new scripts
24
const scripts = {
25
- clean: "rimraf interface && rimraf index.js && rimraf index.d.ts && rimraf utils && rimraf interfaces && rimraf lib && rimraf types",
+ clean: "rimraf index.js && rimraf index.d.ts && rimraf lib && rimraf interfaces && rimraf types && rimraf utils",
26
postpack: "npm run clean && node ./scripts/restore-package.js",
27
};
28
0 commit comments