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