Skip to content

Commit

Permalink
Fix ci.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Aug 27, 2024
1 parent 372bade commit eb3cc33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"sandboxes": ["vanilla", "vanilla-ts", "/codemods"],
"node": "18"
"sandboxes": ["vanilla", "vanilla-ts"],
"node": "18",
"packages": [".", "/codemods"]
}

0 comments on commit eb3cc33

Please sign in to comment.