Skip to content

Commit

Permalink
Fix module issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gnidan committed Jul 12, 2024
1 parent a2171c6 commit 2230a86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bin/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"type": "module"
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"workspaces": [
"packages/*"
],
"type": "module",
"scripts": {
"bundle": "tsx ./bin/bundle-schema.ts",
"test": "node --experimental-vm-modules ./node_modules/.bin/jest",
Expand Down

0 comments on commit 2230a86

Please sign in to comment.