interstellar_ai/deployment_scripts/windows/scripts/prepare_npm.bat

7 lines
72 B
Batchfile
Raw Normal View History

2024-10-08 09:08:05 +02:00
cd node-bin
set PATH=%PATH%;%CD%
cd ..
npm install
npm run build