Skip to content

Commit

Permalink
chore: migrated the cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Mar 28, 2023
1 parent ccf1807 commit 36b7c2f
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 @@ -23,7 +23,7 @@
],
"scripts": {
"build": "json2ts -i node_modules/resume-schema/schema.json -o index.d.ts",
"clean": "rimraf *.d.ts *.tgz",
"clean": "rimraf -g \"*.d.ts\" \"*.tgz\"",
"prepack": "npm run -s clean && npm run -s build",
"prepare": "husky install",
"prettier": "prettier --cache --loglevel=warn \"./**/*\"",
Expand Down

0 comments on commit 36b7c2f

Please sign in to comment.