9 lines
100 B
Batchfile
9 lines
100 B
Batchfile
@echo off
|
|
cd /D %~dp0
|
|
|
|
echo Installation grunt-cli
|
|
call npm install -g grunt-cli
|
|
|
|
call npm install
|
|
|