diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
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", |
