aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2019-08-31 02:39:39 +0000
committermitermayer <mitermayer.reis@gmail.com>2019-08-31 02:39:39 +0000
commit0188e98b1f8f71dcd162f0b3650c416707d38cd3 (patch)
tree5547bf08e2df53ea32214681d5dd99778d6ead19 /package.json
parentda11e78133acc2ec904b5f9cbab0f85ac5401a95 (diff)
downloadvim-prettier-0188e98b1f8f71dcd162f0b3650c416707d38cd3.tar.xz
enabling-tests-to-auto-run-on-ci - Updating docker container
- Updating Dockerfile to ensure we have a compatible vim version to vim-driver
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 494cfd7..3f1441c 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,8 @@
"url": "git://github.com/prettier/vim-prettier.git"
},
"scripts": {
- "test": "LOG_LEVEL=error jest"
+ "test": "vim --version && LOG_LEVEL=error jest",
+ "lint": "vint --version && vint ."
},
"dependencies": {
"@prettier/plugin-lua": "0.0.1",