7 lines
79 B
Batchfile
7 lines
79 B
Batchfile
@echo off
|
|
|
|
echo dependencies and devDependencies installing
|
|
cd ..
|
|
|
|
npm install
|