Ver código fonte

chore: add node comment to bin.ts

DaiQiangReal 4 anos atrás
pai
commit
7bc6b11464
1 arquivos alterados com 2 adições e 0 exclusões
  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 {compile} from "./index";