3 lines
70 B
Batchfile
3 lines
70 B
Batchfile
|
set /P nodePath=<nodePath.txt
|
||
|
set path=%nodePath%;%path%
|
||
|
npm run build
|