Skip to content

Commit

Permalink
this doesn't work either
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Nov 23, 2024
1 parent b8800f6 commit 8833c08
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"args": "install",
"output": ""
},
{ "args": "run ./packages/foo/mod.js", "output": "main.out" }
{ "args": "run main.ts", "output": "main.out" }
]
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@foo/foo",
"workspaces": [
"./packages/bar",
"./packages/buzz",
"./packages/fizz",
"./packages/foo"
"./packages/fizz"
]
}

This file was deleted.

0 comments on commit 8833c08

Please sign in to comment.