Skip to content

Commit abef46e

Browse files
committed
Fix linting of generate workflow
1 parent 7f9990f commit abef46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"fix": "run-s lint:fix check:lint:fix",
5959
"generate-sdk": "run-s generate-sdk:*",
6060
"generate-sdk:0-prettify": "node scripts/prettify-base-json.mjs",
61-
"generate-sdk:1-generate": "node scripts/generate-types.mjs > types/api.d.ts",
61+
"generate-sdk:1-generate": "node scripts/generate-types.mjs > types/api.d.ts && npm run fix",
6262
"knip:dependencies": "knip --dependencies",
6363
"knip:exports": "knip --include exports,duplicates",
6464
"lint": "oxlint -c=./.oxlintrc.json --ignore-path=./.oxlintignore --tsconfig=./tsconfig.json .",

0 commit comments

Comments
 (0)