Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
ukstv committed Mar 12, 2024
1 parent 9786527 commit 18e46a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { main } from "../cli/main.js";
import { main } from "../dist/cli/main.js";
import { argv } from "node:process";

main(argv)
.then(() => {
process.exit(0);
Expand Down
3 changes: 2 additions & 1 deletion packages/skyward/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
}
},
"files": [
"dist/"
"dist/",
"bin/"
],
"bin": {
"skyward": "dist/bin/skyward.js"
Expand Down

0 comments on commit 18e46a1

Please sign in to comment.