Skip to content

Commit

Permalink
chore: Update clean script in package.json to verbose added files
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Dec 23, 2023
1 parent 91f1ff2 commit d6e853d
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 @@ -27,7 +27,7 @@
"format": "yarn run format:prettier && yarn run format:eslint",
"format:eslint": "yarn run lint --fix",
"format:prettier": "prettier . --ignore-path .gitignore --write",
"clean": "git add . && git clean -d -x -f --exclude=node_modules --exclude='*.env' --exclude=_data --exclude='.pnp*' --exclude=.yarn",
"clean": "git add -v . && git clean -d -x -f --exclude=node_modules --exclude='*.env' --exclude=_data --exclude='.pnp*' --exclude=.yarn",
"pull": "git pull",
"release": "lerna version",
"publish": "lerna publish from-package"
Expand Down

0 comments on commit d6e853d

Please sign in to comment.