-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Typescript/fix cli #13187
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
Typescript/fix cli #13187
Conversation
Codecov Report
@@ Coverage Diff @@
## features/typescript #13187 +/- ##
========================================================
+ Coverage 0 48.23% +48.23%
========================================================
Files 0 245 +245
Lines 0 8774 +8774
Branches 0 1955 +1955
========================================================
+ Hits 0 4232 +4232
- Misses 0 3732 +3732
- Partials 0 810 +810
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
This pull request has been mentioned on Strapi Community Forum. There might be relevant details there: https://forum.strapi.io/t/strapi-v4-2-0-fourth-beta-for-typescript-support/18869/1 |
What does it do?
How to test it?
Create a Typescript Strapi project:
Navigate to examples folder in the repo, run
node ../packages/cli/create-strapi-app/indexin your terminal and choose a custom typescript projectNavigate to the project and test the Strapi commands
you can find a list of strapi commands here https://docs.strapi.io/developer-docs/latest/developer-resources/cli/CLI.html#strapi-new
Related issue(s)/PR(s)
#13095
#13079