papercss/tests/build/scripts/run_jake.bat
2017-11-27 23:06:12 +00:00

7 lines
298 B
Batchfile

@echo off
REM Runs Jake from node_modules directory, preventing it from needing to be installed globally
REM Also ensures node modules have been installed
REM There's no Quixote-specific configuration in this file.
if not exist node_modules\.bin\jake.cmd call npm install
node_modules\.bin\jake %*