-
Notifications
You must be signed in to change notification settings - Fork 257
Add support for calling kiota via standard npx command #6453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Turned off unnecessary bootstrap in esproj and workflows that is triggering an inappropriate install mid build.
@@ -65,8 +70,12 @@ | |||
"devDependencies": { | |||
"@types/adm-zip": "^0.5.7", | |||
"@types/jest": "^29.5.14", | |||
"eslint": "^9.24.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See if these can come from the shared package.json
"glob": "^11.0.1", | ||
"jest": "^29.7.0", | ||
"jest-editor-support": "^32.0.0-beta.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove as it didn't work.
"author": "", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@microsoft/kiota": "file:./microsoft-kiota-1.0.0.tgz" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we wildcard this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or add a command line option in the test to force it to be 1.0.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @garethj-msft, could you share more context on this?
Relies heavily on npm infrastructure and existing code to fix #6442