Skip to content

Commit

Permalink
fix(servicenow): make sure that the correct openapi generator is exec…
Browse files Browse the repository at this point in the history
…uted (#1066)
  • Loading branch information
kadel authored Jan 16, 2024
1 parent b5c46c8 commit 6eda572
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/servicenow-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"prepack": "backstage-cli package prepack",
"start": "backstage-cli package start",
"test": "backstage-cli package test --passWithNoTests --coverage",
"tsc": "tsc"
"tsc": "tsc",
"openapi": "npx openapi-typescript-codegen"
},
"dependencies": {
"@backstage/plugin-scaffolder-node": "^0.2.6",
Expand Down

0 comments on commit 6eda572

Please sign in to comment.