mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Adjust wording
This commit is contained in:
parent
8c9ad69dfe
commit
24dd89bc38
1 changed files with 1 additions and 1 deletions
2
services/web/Jenkinsfile
vendored
2
services/web/Jenkinsfile
vendored
|
@ -60,7 +60,7 @@ pipeline {
|
||||||
sh 'mv app/views/external/googlebdb0f8f7f4a17241.html public/googlebdb0f8f7f4a17241.html'
|
sh 'mv app/views/external/googlebdb0f8f7f4a17241.html public/googlebdb0f8f7f4a17241.html'
|
||||||
sh 'npm install'
|
sh 'npm install'
|
||||||
sh 'npm rebuild'
|
sh 'npm rebuild'
|
||||||
// It's too easy to end shrinkwrapping to a local, outdated version of translations.
|
// It's too easy to end up shrinkwrapping to an outdated version of translations.
|
||||||
// Ensure translations are always latest, regardless of shrinkwrap
|
// Ensure translations are always latest, regardless of shrinkwrap
|
||||||
sh 'npm install git+https://github.com/sharelatex/translations-sharelatex.git#master'
|
sh 'npm install git+https://github.com/sharelatex/translations-sharelatex.git#master'
|
||||||
sh 'npm install --quiet grunt'
|
sh 'npm install --quiet grunt'
|
||||||
|
|
Loading…
Reference in a new issue