Skip to content

Commit

Permalink
chore(date-picker): fix clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSquared committed Jan 18, 2024
1 parent 101a511 commit 5617798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/date-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"prepublishOnly": "tsc --project tsconfig.dist.json",
"build": "yarn clean && yarn prepublishOnly",
"clean": "rimraf -g '**/*.d.ts' '**/*.js' '**/*.map'"
"clean": "rimraf -g 'src/**/*.d.ts' 'src/**/*.js' 'src/**/*.map' 'index.d.ts' 'index.js' 'index.js.map'"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5617798

Please sign in to comment.