##// END OF EJS Templates
nix: export CE sources path
ergo -
r743:61db3ea9 default
parent child Browse files
Show More
@@ -88,10 +88,11 b' let'
88 88 rhodecode-enterprise-ce =
89 89 let
90 90 linkNodeAndBowerPackages = ''
91 echo "Export RhodeCode CE path"
92 export RHODECODE_CE_PATH=${rhodecode-enterprise-ce-src}
91 93 echo "Link node packages"
92 94 rm -fr node_modules
93 95 mkdir node_modules
94
95 96 # johbo: Linking individual packages allows us to run "npm install"
96 97 # inside of a shell to try things out. Re-entering the shell will
97 98 # restore a clean environment.
General Comments 0
You need to be logged in to leave comments. Login now