Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Dec 20, 2024
1 parent 9c2ed23 commit ee2474d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/post-checkout
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Discard all changes and untracked files
git reset --hard HEAD && git clean -fd

# Run the setup script
# Run the clean script
npm run clean || exit 1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"setup": "pnpm run clean && pnpm run init",
"clean": "rm -rf **/node_modules **/dist **/.angular ./pnpm-lock.yaml",
"clean": "npx rimraf **/node_modules **/dist **/.angular ./pnpm-lock.yaml",
"init": "pnpm install && husky",
"link": "pnpm --filter './packages/*' dev:link",
"release": "pnpm run build && pnpm recursive publish --filter './packages/*' --no-git-checks --report-summary --tag v18-stable",
Expand Down

0 comments on commit ee2474d

Please sign in to comment.