Skip to content

Commit

Permalink
chore: testing lefthook
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Mar 21, 2024
1 parent 55535e5 commit a7c8714
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"lint:biome": "biome lint .",
"lint:biome:format": "biome format .",
"validate": "tsx scripts/validate-books.ts",
"validate": "tsx scripts/validateBooks.ts",
"test": "pnpm run lint:biome && pnpm run lint:biome:format && pnpm run validate",
"build": "rm -rf dist && tsx scripts/build.ts",
"update-readme": "tsx scripts/updateReadme.ts",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ servers:

info:
title: The full-stack books API
version: 1.0.0
version: 1.0.1
description: A collection of books curated for full-stack developers and aspiring ones. Brought to you by FullStackBulletin
contact:
name: FullStack Bulletin
Expand Down

0 comments on commit a7c8714

Please sign in to comment.