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