diff --git a/package.json b/package.json index 781346e..de71f58 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "scripts": { "start": "tsc -w", "build": "tsc", - "clean": "git clean -Xdf --exclude=!node_modules --exclude=!.idea", + "clean": "git clean -Xdf --exclude=!node_modules --exclude=!.idea --exclude !.idea/workspace.xml", "release": "standard-version --sign", "prepack": "npm run clean && npm run build" },