scripts
This commit is contained in:
parent
8789141f4c
commit
c38242e6ae
10 changed files with 59 additions and 0 deletions
6
deployment_scripts/windows/scripts/prepare_npm.bat
Normal file
6
deployment_scripts/windows/scripts/prepare_npm.bat
Normal file
|
@ -0,0 +1,6 @@
|
|||
cd node-bin
|
||||
set PATH=%PATH%;%CD%
|
||||
cd ..
|
||||
|
||||
npm install
|
||||
npm run build
|
Loading…
Add table
Add a link
Reference in a new issue