Skip to content

Commit

Permalink
Allow for multiple batch-in-batch during install
Browse files Browse the repository at this point in the history
  • Loading branch information
willend committed Aug 12, 2024
1 parent 1431d2e commit f76e2c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/Python/mcdisplay/webgl/npminstall.bat.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@set PATH=c:\\@FLAVOR@-@VERSION@\\bin;c:\\@FLAVOR@-@VERSION@\\miniconda3;%PATH%
@cd %~dp0
@npm.cmd install
@npm.cmd run build
@call npm.cmd install
@call npm.cmd run build

0 comments on commit f76e2c5

Please sign in to comment.