Skip to content

Commit 697127e

Browse files
committed
fix: add node executable in bin
1 parent d9a5764 commit 697127e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
import { Build, Config, Release, Serve } from ".";
23
import pkg from "../package.json";
34
import { Command } from "commander";

0 commit comments

Comments
 (0)