diff --git a/package.json b/package.json index f34b3bf..0bf9353 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ ], "scripts": { "build": "rollup --config --sourcemap", + "clean": "git clean -fdx -e node_modules", "commit": "git-cz", "format": "prettier --ignore-path .gitignore --write .", "lint": "eslint --ignore-path .gitignore \"**/*.{ts,tsx,js}\"",