-
-
Notifications
You must be signed in to change notification settings - Fork 9
chore: remove old package #96
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
AugustinMauroy
left a comment
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.
LGMT !
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.
Just use node its to do npm ci => node --run test and remove matrix
| "ts-jest": "29.3.4", | ||
| "typescript": "5.9.3" | ||
| }, | ||
| "engines": { |
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 remove that because npm download the codemod binary so any its work
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.
bin key can be removed
| ``` | ||
|
|
||
| or install globally: | ||
| With the codemod CLI you can run a workflow from the Codemod Registry. Replace <codemod> with the name of the codemod you want to run: |
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.
| With the codemod CLI you can run a workflow from the Codemod Registry. Replace <codemod> with the name of the codemod you want to run: | |
| With the codemod CLI you can run a workflow from the Codemod Registry. Replace `<codemod>` with the name of the codemod you want to run: |
This removes the entire package with the old approach, this shouldn't be merged until we have all our codemods migrated, but I'm going ahead here since we need to update documentation on how this repo works now and how to create new codemods