nope/00-install.bat

10 lines
181 B
Batchfile
Raw Normal View History

2020-08-25 09:03:16 +00:00
set DIR=%~dp0
cd "%DIR%"
2021-01-21 15:29:11 +00:00
(npm install) && (
echo Done
) || (
echo Done
)
2021-01-08 15:58:10 +00:00
@REM Link the Package. This results in making the binaries available.
2021-01-21 15:25:43 +00:00
call ./01-compile.bat
2021-01-08 15:58:10 +00:00
npm link