Skip to content

Commit

Permalink
remove husky and add patch in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
farischt committed Jan 15, 2024
1 parent 14b5afc commit 6a4c3de
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 34 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Update version
run: npm version patch

- name: Publish to GitHub Packages
run: npm publish
env:
Expand Down
5 changes: 0 additions & 5 deletions .husky/pre-push

This file was deleted.

24 changes: 0 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@
"author": "@farischt",
"license": "ISC",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=5",
"eslint": ">= 8",
"eslint-config-prettier": ">=9",
"eslint-plugin-import": ">=2",
"eslint-plugin-prettier": ">=5",
"eslint-plugin-simple-import-sort": ">=10",
"@typescript-eslint/eslint-plugin": ">=5"
},
"devDependencies": {
"husky": "^8.0.0"
"eslint-plugin-simple-import-sort": ">=10"
}
}

0 comments on commit 6a4c3de

Please sign in to comment.