diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2019-08-30 05:02:09 +0000 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2019-08-30 05:05:29 +0000 |
| commit | 568a15530cbb3b91dbf0c1c688cd5d27ccf8949b (patch) | |
| tree | e6cb742357cb44014cb7fac20b2a18594c5035b3 /Dockerfile | |
| parent | b47fb046d880815e8d8a4974167ee2a81f1cd4cf (diff) | |
| download | vim-prettier-568a15530cbb3b91dbf0c1c688cd5d27ccf8949b.tar.xz | |
enabling-tests-to-auto-run-on-ci - Fixing linting and moving to use yarn
on the tests
- fixing lint that was forced to test build
- use yarn over npm
- use yarn cache
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,5 +23,8 @@ RUN install_vim -tag v7.4.052 -name vim7 -build \ # alias vim to allow contextual load RUN echo 'alias vim="/sbin/run_vim $DEFAULT_VIM"' >> ~/.bashrc +# upgrade node and yarn +RUN npm install -g npm yarn + # install vint RUN pip install typing>=3.6.2 pathlib==1.0.1 enum34>=1.0.4 vim-vint==0.3.19 |
