We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55535e5 commit a7c8714Copy full SHA for a7c8714
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"lint:biome": "biome lint .",
9
"lint:biome:format": "biome format .",
10
- "validate": "tsx scripts/validate-books.ts",
+ "validate": "tsx scripts/validateBooks.ts",
11
"test": "pnpm run lint:biome && pnpm run lint:biome:format && pnpm run validate",
12
"build": "rm -rf dist && tsx scripts/build.ts",
13
"update-readme": "tsx scripts/updateReadme.ts",
scripts/validate-books.ts renamed to scripts/validateBooks.ts
src/openapi.yml
@@ -6,7 +6,7 @@ servers:
6
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
0 commit comments