diff --git a/package.json b/package.json index 33ebd90..eace6e7 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "lint:js": "eslint .", "fix:js": "eslint . --fix", "build": "npm run build:js", - "clean": "rm *.cjs", + "clean": "rm -f *.cjs", "build:js": "npm run clean && rollup -c rollup.config.js", "create:lock": "npm i --package-lock-only --ignore-scripts --no-audit --no-fund", "version:bump": "npm run version:bump:patch",