Skip to content

Commit

Permalink
chore: Force not to delete .idea/workspace.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bencergazda committed Aug 26, 2021
1 parent 82cbbc8 commit d352b0c
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 @@ -24,7 +24,7 @@
"scripts": {
"start": "tsc -w",
"build": "tsc",
"clean": "git clean -Xdf --exclude=!node_modules --exclude=!.idea",
"clean": "git clean -Xdf --exclude=!node_modules --exclude=!.idea --exclude !.idea/workspace.xml",
"release": "standard-version --sign",
"prepack": "npm run clean && npm run build"
},
Expand Down

0 comments on commit d352b0c

Please sign in to comment.