-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
build: renamed *:test to test:* in every file #811
build: renamed *:test to test:* in every file #811
Conversation
@@ -183,7 +183,7 @@ node ../create-typescript-app/bin/migrate.js | |||
You can run the end-to-end test for migrating locally on the command-line: | |||
|
|||
```shell | |||
pnpm run initiamigratelize:test |
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.
Ha, whoops... thanks for the fix.
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.
Great start, thanks! I think it's just missing a few workflow file updates (one for each command).
Sorry, I was sure that I changed it there. Now everything should be fine. |
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.
Swell, thanks! ✨
package.json
Outdated
"lint": "eslint . .*js --max-warnings 0", | ||
"lint:knip": "knip", | ||
"lint:md": "markdownlint \"**/*.md\" \".github/**/*.md\" --rules sentences-per-line", | ||
"lint:package-json": "npmPkgJsonLint .", | ||
"lint:packages": "pnpm dedupe --check", | ||
"lint:spelling": "cspell \"**\" \".github/**/*\"", | ||
"migrate:test": "node script/migrate-test-e2e.js", | ||
"test:migrate": "node script/migrate-test-e2e.js", |
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.
Ah, forgot to mention, I like keeping these scripts sorted alphabetically 😄. Grouping them by name is helpful for scanning through & seeing all the options. And it helps searchability.
When I try this locally, the formatter does it... I'm surprised this isn't failing any CI tasks?
🤷 I can do it since I forgot to ask before
Codecov Report
@@ Coverage Diff @@
## main #811 +/- ##
=======================================
Coverage 91.61% 91.61%
=======================================
Files 84 84
Lines 4160 4160
Branches 248 248
=======================================
Hits 3811 3811
Misses 349 349
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
And, changed to |
@all-contributors please add @DanexQ for infra.
|
I've put up a pull request to add @DanexQ! 🎉 I couldn't determine any contributions to add, did you specify any contributions? |
🎉 This is included in version v1.29.37 🎉 The release is available on: Cheers! 📦🚀 |
PR Checklist
status: accepting prs
Overview
Also fixed a typo "initiamigratelize" in .github/workflows/DEVELOPMENT.md.