Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 9c78b52

Browse files
committed
fix: pre-commit hook
was breaking release CI
1 parent f2fd607 commit 9c78b52

File tree

3 files changed

+580
-14
lines changed

3 files changed

+580
-14
lines changed

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
npx lint-staged
55

6-
npm run build:docs && git add docs
6+
npm run build:json-response-schemas && npm run build:docs && git add docs

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"playwright": "1.19.2",
8383
"prettier": "2.5.1",
8484
"seamapi-types": "1.2.2",
85+
"semantic-release": "19.0.2",
8586
"testcontainers": "8.4.0",
8687
"ts-json-schema-generator": "0.98.0",
8788
"tsup": "5.11.11",

0 commit comments

Comments
 (0)