mirror of
https://github.com/status-im/status-github-bot.git
synced 2025-02-21 01:18:13 +00:00
8 lines
160 B
Batchfile
8 lines
160 B
Batchfile
@echo off
|
|
|
|
call npm install
|
|
SETLOCAL
|
|
SET PATH=node_modules\.bin;node_modules\hubot\node_modules\.bin;%PATH%
|
|
|
|
node_modules\.bin\hubot.cmd --name "statusbot" %*
|