We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
codemods
ci.json
1 parent 8d6a5a7 commit a767498Copy full SHA for a767498
.codesandbox/ci.json
@@ -1,4 +1,5 @@
1
{
2
"sandboxes": ["vanilla", "vanilla-ts"],
3
- "node": "20"
+ "node": "20",
4
+ "packages": [".", "/codemods"]
5
}
0 commit comments