Skip to content

Commit 806355e

Browse files
committed
GPII-1814: Replaces gpii-universal Grunt task with batch file
Using the gpii-universal Grunt task on a Windows 10 VM using Vagrant file shares results in "invalid symlink" "function not implemented" errors. This change is a workaround for that issue.
1 parent fcb8f5c commit 806355e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

provisioning/build.bat

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
cd c:\vagrant
22
npm install
3-
grunt build
3+
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')()"

0 commit comments

Comments
 (0)