File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -37,5 +37,6 @@ Vagrant.configure(2) do |config|
3737 config . vm . provision "shell" , path : "provisioning/chocolatey-packages.bat"
3838 config . vm . provision "shell" , path : "provisioning/npm-packages.bat"
3939 config . vm . provision "shell" , path : "provisioning/build.bat"
40+ config . vm . provision "shell" , path : "provisioning/universal.bat"
4041
4142end
Original file line number Diff line number Diff line change 11cd c:\vagrant
22npm install
33
4- mkdir c:\node_modules
5- cd c:\node_modules
6- git clone --depth 1 https://github.com/GPII/universal.git
7- cd universal
8- npm install
9- npm install dedupe-infusion
10- node -e " require('dedupe-infusion')()"
Original file line number Diff line number Diff line change 1+ mkdir c:\node_modules
2+ cd c:\node_modules
3+ git clone --depth 1 https://github.com/GPII/universal.git
4+ cd universal
5+ npm install
6+ npm install dedupe-infusion
7+ node -e " require('dedupe-infusion')()"
You can’t perform that action at this time.
0 commit comments