mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #43 from sharelatex/ja-force-translations
Always npm install translations from master; Fixes #44
This commit is contained in:
commit
3bda21c045
1 changed files with 3 additions and 0 deletions
3
services/web/Jenkinsfile
vendored
3
services/web/Jenkinsfile
vendored
|
@ -60,6 +60,9 @@ pipeline {
|
|||
sh 'mv app/views/external/googlebdb0f8f7f4a17241.html public/googlebdb0f8f7f4a17241.html'
|
||||
sh 'npm install'
|
||||
sh 'npm rebuild'
|
||||
// It's too easy to end up shrinkwrapping to an outdated version of translations.
|
||||
// Ensure translations are always latest, regardless of shrinkwrap
|
||||
sh 'npm install git+https://github.com/sharelatex/translations-sharelatex.git#master'
|
||||
sh 'npm install --quiet grunt'
|
||||
sh 'npm install --quiet grunt-cli'
|
||||
sh 'ls -l node_modules/.bin'
|
||||
|
|
Loading…
Reference in a new issue