Browse Source

chore: add node comment to bin.ts

DaiQiangReal 4 years ago
parent
commit
8c956b8e6e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/semi-scss-compile/src/bin.ts

+ 2 - 0
packages/semi-scss-compile/src/bin.ts

@@ -1,3 +1,5 @@
+#!/usr/bin/env node
+
 import arg from "arg";
 import arg from "arg";
 import {compile} from "./index";
 import {compile} from "./index";