Skip to content

Commit a7c8714

Browse files
committed
chore: testing lefthook
1 parent 55535e5 commit a7c8714

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"lint:biome": "biome lint .",
99
"lint:biome:format": "biome format .",
10-
"validate": "tsx scripts/validate-books.ts",
10+
"validate": "tsx scripts/validateBooks.ts",
1111
"test": "pnpm run lint:biome && pnpm run lint:biome:format && pnpm run validate",
1212
"build": "rm -rf dist && tsx scripts/build.ts",
1313
"update-readme": "tsx scripts/updateReadme.ts",
File renamed without changes.

src/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ servers:
66

77
info:
88
title: The full-stack books API
9-
version: 1.0.0
9+
version: 1.0.1
1010
description: A collection of books curated for full-stack developers and aspiring ones. Brought to you by FullStackBulletin
1111
contact:
1212
name: FullStack Bulletin

0 commit comments

Comments
 (0)