ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.161.0

This commit is contained in:
speakeasybot
2024-02-01 00:31:41 +00:00
parent 64a942a910
commit bbed03f967
208 changed files with 3319 additions and 46 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "sdk-docs",
"version": "0.2.1",
"version": "0.3.0",
"description": "Nextra docs template",
"private": true,
"scripts": {
@@ -10,7 +10,8 @@
"prebuild": "make",
"next:build": "next build",
"export": "next export",
"build": "npm run next:build",
"clean": "rm -rf .next out || true",
"build": "npm run clean && npm run next:build",
"start": "next start",
"type-check": "tsc --noEmit",
"lint": "eslint --ext .ts,.js,.tsx .",