diff --git a/package.json b/package.json index 7e581dce..ad8e4095 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "scripts": { "start": "node tools/run-dev", - "clean-ts-files": "git clean app/*.js -xf", + "clean-ts-files": "git clean app/*.js -e node_modules -xf", "watch-ts": "tsc -w", "reinstall": "node ./tools/reinstall-node-modules.js", "postinstall": "electron-builder install-app-deps",