Remove git hooks. Sorry, it's annoying.
This commit is contained in:
parent
ad1302aae4
commit
4b80c6f0e5
@ -1,4 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
|
||||||
|
|
||||||
npx --no-install commitlint --edit ""
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
|
||||||
|
|
||||||
exec < /dev/tty && node_modules/.bin/cz --hook || true
|
|
||||||
14
package.json
14
package.json
@ -11,8 +11,7 @@
|
|||||||
"dev-server": "nodemon index.js --ignore ./web/ --ignore ./db/ --ignore ./xmltv.xml",
|
"dev-server": "nodemon index.js --ignore ./web/ --ignore ./db/ --ignore ./xmltv.xml",
|
||||||
"compile": "babel index.js -d dist && babel src -d dist/src",
|
"compile": "babel index.js -d dist && babel src -d dist/src",
|
||||||
"package": "sh ./make_dist.sh",
|
"package": "sh ./make_dist.sh",
|
||||||
"clean": "del-cli --force ./bin ./dist ./.dizquetv ./web/public/bundle.js",
|
"clean": "del-cli --force ./bin ./dist ./.dizquetv ./web/public/bundle.js"
|
||||||
"prepare": "husky install"
|
|
||||||
},
|
},
|
||||||
"author": "vexorian",
|
"author": "vexorian",
|
||||||
"license": "Zlib",
|
"license": "Zlib",
|
||||||
@ -35,10 +34,10 @@
|
|||||||
"ng-i18next": "^1.0.7",
|
"ng-i18next": "^1.0.7",
|
||||||
"node-graceful-shutdown": "1.1.0",
|
"node-graceful-shutdown": "1.1.0",
|
||||||
"node-ssdp": "^4.0.0",
|
"node-ssdp": "^4.0.0",
|
||||||
|
"quickselect": "2.0.0",
|
||||||
"random-js": "2.1.0",
|
"random-js": "2.1.0",
|
||||||
"request": "^2.88.2",
|
"request": "^2.88.2",
|
||||||
"quickselect": "2.0.0",
|
"uuid": "9.0.1",
|
||||||
"uuid" : "9.0.1",
|
|
||||||
"xml-writer": "^1.7.0"
|
"xml-writer": "^1.7.0"
|
||||||
},
|
},
|
||||||
"bin": "dist/index.js",
|
"bin": "dist/index.js",
|
||||||
@ -51,9 +50,7 @@
|
|||||||
"@commitlint/config-conventional": "^12.1.4",
|
"@commitlint/config-conventional": "^12.1.4",
|
||||||
"browserify": "^16.5.1",
|
"browserify": "^16.5.1",
|
||||||
"copyfiles": "^2.2.0",
|
"copyfiles": "^2.2.0",
|
||||||
"cz-conventional-changelog": "^3.3.0",
|
|
||||||
"del-cli": "^3.0.0",
|
"del-cli": "^3.0.0",
|
||||||
"husky": "^7.0.0",
|
|
||||||
"nexe": "^3.3.7",
|
"nexe": "^3.3.7",
|
||||||
"nodemon": "^2.0.3",
|
"nodemon": "^2.0.3",
|
||||||
"watchify": "^3.11.1"
|
"watchify": "^3.11.1"
|
||||||
@ -62,10 +59,5 @@
|
|||||||
"plugins": [
|
"plugins": [
|
||||||
"@babel/plugin-proposal-class-properties"
|
"@babel/plugin-proposal-class-properties"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
"config": {
|
|
||||||
"commitizen": {
|
|
||||||
"path": "./node_modules/cz-conventional-changelog"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user