Skip to content
This repository was archived by the owner on Jan 12, 2023. It is now read-only.

Commit 7e9fca8

Browse files
author
Kevin Hermawan
committed
chore: removes postinstall script
1 parent cef5a52 commit 7e9fca8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"lint": "eslint --ignore-path .gitignore .",
1414
"test": "vitest run",
1515
"test:watch": "vitest",
16-
"test:coverage": "vitest run --coverage",
17-
"postinstall": "husky install"
16+
"test:coverage": "vitest run --coverage"
1817
},
1918
"devDependencies": {
2019
"@commitlint/cli": "^17.1.2",

0 commit comments

Comments
 (0)