We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 347fa90 + eb53751 commit 79d341eCopy full SHA for 79d341e
package.json
@@ -12,7 +12,7 @@
12
"CHANGELOG.md"
13
],
14
"scripts": {
15
- "prepare": "is-ci || husky",
+ "prepare": "husky",
16
"commit": "git-cz",
17
"lint": "eslint src/**/*.ts --fix",
18
"lint:check": "eslint src/**/*.ts",
@@ -22,8 +22,7 @@
22
"release": "semantic-release --no-ci",
23
"release:ci": "semantic-release",
24
"dev": "rollup -c -w",
25
- "lint-staged": "lint-staged",
26
- "prepublishOnly": "npm run build --no-git-hooks"
+ "lint-staged": "lint-staged"
27
},
28
"keywords": [
29
"websocket",
@@ -64,7 +63,6 @@
64
63
"rollup-plugin-delete": "^3.0.1",
65
"semantic-release": "^24.2.3",
66
"tslib": "^2.8.1",
67
- "typescript-eslint": "^8.31.0",
68
- "is-ci": "^3.0.1"
+ "typescript-eslint": "^8.31.0"
69
}
70
0 commit comments