6 lines
75 B
Batchfile
6 lines
75 B
Batchfile
cd node-bin
|
|
set PATH=%PATH%;"%CD%";
|
|
cd ..
|
|
|
|
npm install
|
|
npm run build
|