mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
5 lines
213 B
Batchfile
5 lines
213 B
Batchfile
@echo off
|
|
REM This file is necessary to ensure that under Windows we don't
|
|
REM run the node.js file in the Windows Script Host when using
|
|
REM node in packakge.json scripts. See also PATHEXT setting
|
|
node.exe %* |