Skip to content

Commit

Permalink
Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
phamquyetthang committed Jul 9, 2024
1 parent 0a94d3e commit 9e3bf56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 289 deletions.
1 change: 0 additions & 1 deletion .husky/pre-commit

This file was deleted.

11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepare": "husky"
"build": "tsc"
},
"repository": {
"type": "git",
Expand All @@ -31,17 +30,11 @@
"@eslint/js": "^9.6.0",
"eslint": "9.x",
"globals": "^15.8.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "3.3.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.16.0"
},
"dependencies": {
"@types/node": "^20.14.2"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown",
"**/*.{ts}": "eslint --cache --cache-location ./node_modules/.cache/eslint --fix ."
}
}
}
Loading

0 comments on commit 9e3bf56

Please sign in to comment.