Skip to content

Commit

Permalink
chore: update clean task
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Jul 18, 2024
1 parent 49719a1 commit b96bcc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@

# Project
codequality/stylelint/tests/invalid
/.nx/workspace-data
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
"update-dependencies:packages": "lerna exec -- npm-check-updates -u --deprecated",
"update-dependencies:root": "npm-check-updates -u --deprecated",
"clean": "npx -y npm-run-all --npm-path npm clean:*",
"clean:lerna": "lerna clean --yes",
"clean:lock": "rimraf --glob **/package-lock.json",
"clean:modules": "npx -y rimraf node_modules",
"clean:lock": "npx -y rimraf --glob **/package-lock.json",
"clean:modules": "npm exec --workspaces -- npx -y rimraf node_modules && npx -y rimraf node_modules",
"cz": "git-cz",
"prepare": "husky",
"prettier": "prettier --write \"**/*.*(js|jsx|ts|tsx|json|css|scss|md|mdx|graphql|gql|yml|yaml)\"",
Expand Down

0 comments on commit b96bcc7

Please sign in to comment.