Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): remove lerna, husky and lint-staged #1401

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

12 changes: 0 additions & 12 deletions lerna.json

This file was deleted.

13 changes: 1 addition & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
},
"packageManager": "[email protected]",
"scripts": {
"prepare": "husky install",
"start": "cd storybook && pnpm run dev",
"clean": "pnpm clean:build && pnpm clean:node",
"clean:build": "pnpm -r exec del-cli dist lib tsconfig.tsbuildinfo",
Expand All @@ -29,7 +28,7 @@
"lint:report": "eslint --output-file eslint-report.log.json --format json packages/*/src",
"test:pack": "pnpm -r pack --dry-run",
"test:publish": "pnpm publish -r --dry-run --no-git-checks --force",
"changeset:publish": "changeset tag && lerna publish from-package --yes --no-verify-access"
"changeset:publish": "pnpm changeset tag && pnpm publish -r"
},
"keywords": [],
"author": "",
Expand All @@ -38,7 +37,6 @@
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@types/react": "^18.0.28",
"lerna": "^6.6.0",
"prettier": "^3.0.2"
},
"devDependencies": {
Expand All @@ -48,17 +46,8 @@
"del-cli": "^5.0.0",
"eslint": "^8.36.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"lerna": "^6.6.0",
"lint-staged": "^15.0.1",
"typescript": "^5.2.2"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"./packages/*/src": [
"eslint --quiet --fix"
Expand Down
Loading
Loading