Skip to content

Commit

Permalink
fix: Fix release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Sep 24, 2024
1 parent f235c88 commit 56abb92
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OpenAPI code quality
name: Search code quality

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OpenAPI tests
name: Search tests

on:
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build:clean": "rm -rf lib",
"prepublishOnly": "npm run build",
"test": "exit 0",
"typecheck": "tsc --noEmit",
"lint": "lint update && lint",
"lint:fix": "lint update && lint fix",
"pre-commit": "lint update && lint-staged",
Expand All @@ -32,7 +33,8 @@
"@esbuild-plugins/tsconfig-paths": "^0.1.2",
"@types/lunr": "^2.3.7",
"esbuild": "^0.19.10",
"esbuild-node-externals": "^1.14.0"
"esbuild-node-externals": "^1.14.0",
"typescript": "^5.6.2"
},
"dependencies": {
"lunr": "^2.3.9",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "@diplodoc/tsconfig",
"compilerOptions": {
"target": "es2019",
"moduleResolution": "bundler",
"jsx": "react",
"declaration": true,
Expand Down

0 comments on commit 56abb92

Please sign in to comment.