Skip to content

Commit

Permalink
Merge pull request #21 from tatsutakein/rt/add-clean-script
Browse files Browse the repository at this point in the history
chore: clean スクリプトを追加
  • Loading branch information
tatsutakein authored Feb 22, 2024
2 parents 9a7f4c8 + 47bb49a commit aecc065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@tatsutakein/project-boilerplate",
"type": "module",
"scripts": {
"clean": "git clean -xdf node_modules",
"plop": "plop"
},
"devDependencies": {
Expand Down

0 comments on commit aecc065

Please sign in to comment.