Skip to content

Commit ba8b92a

Browse files
committed
chore: fix package-lock.json
1 parent 4b0552a commit ba8b92a

File tree

2 files changed

+52
-72
lines changed

2 files changed

+52
-72
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
"test:tsc": "tsc --noEmit",
2323
"test:prettier": "prettier --check .",
2424
"test:lint": "eslint .",
25-
"test:jest": "jest",
26-
"prepublishOnly": "npm t && npm run build",
27-
"publish": "npm t && npm run build && npm publish"
25+
"test:jest": "jest"
2826
},
2927
"repository": {
3028
"type": "git",
@@ -48,7 +46,7 @@
4846
"globals": "^16.0.0",
4947
"jest": "^29.7.0",
5048
"prettier": "3.5.3",
51-
"ts-jest": "^29.2.5",
49+
"ts-jest": "^29.3.1",
5250
"typescript": "^5.7.3",
5351
"typescript-eslint": "^8.29.0"
5452
},

0 commit comments

Comments
 (0)