mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
Add npm install call if node_modules doesn't exist
This commit is contained in:
parent
1ba7c3650f
commit
cb804b960d
1 changed files with 74 additions and 71 deletions
|
@ -64,6 +64,9 @@
|
|||
<Message Importance="high" Text="------[ Gliding Squirrel ]------" />
|
||||
<MSBuild Projects="$(ProjectDir)/lib/GlidingSquirrel/GlidingSquirrel/GlidingSquirrel.csproj" Properties="Configuration=$(Configuration)" />
|
||||
<Message Importance="high" Text="----------[ npm build ]----------" />
|
||||
|
||||
<Exec WorkingDirectory="$(ProjectDir)/ClientFiles" Condition="!Exists('node_modules/')" Command="npm install" />
|
||||
|
||||
<Exec WorkingDirectory="$(ProjectDir)/ClientFiles" Command="npm run build" />
|
||||
|
||||
<Message Importance="high" Text="---[ additional client files ]---" />
|
||||
|
|
Loading…
Reference in a new issue