Skip to content

Commit

Permalink
fix npm run:clean to not error
Browse files Browse the repository at this point in the history
  • Loading branch information
shgysk8zer0 committed Jan 26, 2024
1 parent f5150e0 commit b7cb0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b7cb0b9

Please sign in to comment.