fix(cli): move cli script to typescript#2852
Conversation
|
|
🦋 Changeset detectedLatest commit: 0d32e7b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| import { getSpecsPath } from '../../utils'; | ||
| // @ts-ignore | ||
| import { myClientPlugin } from './custom/client/plugin'; | ||
| import { myClientPlugin } from '../packages/openapi-ts-tests/main/test/custom/client/plugin'; |
Check notice
Code scanning / CodeQL
Unused variable, import, function or class Note
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2852 +/- ##
==========================================
+ Coverage 30.36% 30.59% +0.22%
==========================================
Files 485 488 +3
Lines 39803 39938 +135
Branches 2413 2442 +29
==========================================
+ Hits 12088 12219 +131
- Misses 27684 27685 +1
- Partials 31 34 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
commit: |
No description provided.