Skip to content

Commit

Permalink
chore(deps): remove lerna and husky
Browse files Browse the repository at this point in the history
  • Loading branch information
asbjornhaland committed Feb 16, 2024
1 parent f3a37c6 commit 2882359
Show file tree
Hide file tree
Showing 6 changed files with 210 additions and 2,894 deletions.
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.

12 changes: 1 addition & 11 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,9 @@
"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

0 comments on commit 2882359

Please sign in to comment.