Skip to content

Commit 848bf98

Browse files
authored
Merge pull request #98 from nateplusplus/remove-husky
Temporarily remove husky
2 parents 65c4347 + 930d1ec commit 848bf98

File tree

2 files changed

+4
-28
lines changed

2 files changed

+4
-28
lines changed

package-lock.json

Lines changed: 3 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,15 @@
2121
"node": ">= 16.0.0"
2222
},
2323
"scripts": {
24-
"husky": "husky",
2524
"lint-staged": "lint-staged",
26-
"clean-publish": "clean-publish",
2725
"lint": "eslint --cache src/*.ts",
2826
"build": "rollup -c",
2927
"docs": "webpack --mode=production",
3028
"start": "webpack serve --mode=development",
3129
"mocha": "cross-env TS_NODE_PROJECT=\"tsconfig.spec.json\" mocha -r ts-node/register test/*.spec.ts",
3230
"test": "npm run mocha -- --watch",
3331
"coverage": "nyc --reporter=html --reporter=text npm run mocha && open coverage/index.html -a 'Google Chrome'",
34-
"test:once": "npm run mocha",
35-
"publish": "clean-publish -- --fields scripts engines prettier lint-staged devDependencies",
36-
"postinstall": "husky install"
32+
"test:once": "npm run mocha"
3733
},
3834
"repository": {
3935
"type": "git",
@@ -76,7 +72,6 @@
7672
"eslint-plugin-import": "^2.25.4",
7773
"eslint-plugin-prettier": "^4.0.0",
7874
"html-webpack-plugin": "^5.5.0",
79-
"husky": "^7.0.4",
8075
"jsdom": "^19.0.0",
8176
"lint-staged": "^12.3.7",
8277
"mini-css-extract-plugin": "^2.5.2",

0 commit comments

Comments
 (0)