Skip to content

Commit 5f9423c

Browse files
committed
fix(cli): add shebang
1 parent e1babca commit 5f9423c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/browser-sync.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env node
12
var startOpts = require("../lib/cli/opts.start.json");
23
var reloadOpts = require("../lib/cli/opts.reload.json");
34
var recipeOpts = require("../lib/cli/opts.recipe.json");

0 commit comments

Comments
 (0)