4 lines
56 B
Batchfile
4 lines
56 B
Batchfile
|
@echo off
|
||
|
call npm install
|
||
|
SETLOCAL
|
||
|
node ../index.js %*
|