rm husky stuff
This commit is contained in:
parent
bf8126639f
commit
1bac14ca96
4 changed files with 1 additions and 9 deletions
Binary file not shown.
|
|
@ -22,7 +22,6 @@
|
|||
"replace-pkg-version": "sh pkgver.sh",
|
||||
"replace-req-version": "replace-in-files lib/* cjs/* --string='REQUIRED_TRACKER_VERSION' --replacement='13.0.0'",
|
||||
"prepublishOnly": "bun run test && bun run build",
|
||||
"prepare": "cd ../../ && husky install tracker/.husky/",
|
||||
"lint-front": "lint-staged",
|
||||
"test": "jest --coverage=false",
|
||||
"test:ci": "jest --coverage=true",
|
||||
|
|
@ -44,7 +43,6 @@
|
|||
"eslint": "^7.8.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"husky": "^8.0.1",
|
||||
"jest": "^29.3.1",
|
||||
"jest-environment-jsdom": "^29.3.1",
|
||||
"lint-staged": "^13.0.3",
|
||||
|
|
@ -53,11 +51,6 @@
|
|||
"ts-jest": "^29.0.3",
|
||||
"typescript": "^4.6.0-dev.20211126"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "sh lint.sh"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,mjs,cjs,jsx,ts,tsx}": [
|
||||
"eslint --fix --quiet"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export const pkgVersion = '9.0.0'
|
||||
export const pkgVersion = "9.0.0";
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
"rollup": "rollup --config rollup.config.js",
|
||||
"compile": "node --experimental-modules --experimental-json-modules scripts/compile.cjs",
|
||||
"build": "bun run clean && bun run tscRun && bun run rollup && bun run compile",
|
||||
"prepare": "cd ../../ && husky install tracker/.husky/",
|
||||
"lint-front": "lint-staged",
|
||||
"test": "jest --coverage=false",
|
||||
"test:ci": "jest --coverage=true",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue