Skip to content

Commit 79d341e

Browse files
committed
Merge branch 'release'
2 parents 347fa90 + eb53751 commit 79d341e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"CHANGELOG.md"
1313
],
1414
"scripts": {
15-
"prepare": "is-ci || husky",
15+
"prepare": "husky",
1616
"commit": "git-cz",
1717
"lint": "eslint src/**/*.ts --fix",
1818
"lint:check": "eslint src/**/*.ts",
@@ -22,8 +22,7 @@
2222
"release": "semantic-release --no-ci",
2323
"release:ci": "semantic-release",
2424
"dev": "rollup -c -w",
25-
"lint-staged": "lint-staged",
26-
"prepublishOnly": "npm run build --no-git-hooks"
25+
"lint-staged": "lint-staged"
2726
},
2827
"keywords": [
2928
"websocket",
@@ -64,7 +63,6 @@
6463
"rollup-plugin-delete": "^3.0.1",
6564
"semantic-release": "^24.2.3",
6665
"tslib": "^2.8.1",
67-
"typescript-eslint": "^8.31.0",
68-
"is-ci": "^3.0.1"
66+
"typescript-eslint": "^8.31.0"
6967
}
7068
}

0 commit comments

Comments
 (0)