aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormitermayer <mitermayer@gmail.com>2020-03-21 22:30:42 +1100
committermitermayer <mitermayer@gmail.com>2020-03-21 23:38:46 +1100
commitf10100e0b48effa9a20052ea9fc634b521c0072d (patch)
tree13092d917024c2644d6c1c0b5fd99ef2ac446838 /Makefile
parent7041b9cb8bee84f432f1e168f826a90a0beea93a (diff)
downloadvim-prettier-f10100e0b48effa9a20052ea9fc634b521c0072d.tar.xz
bugfix/issue-229-fixing-neovim-0-4-compatibility
- Updated nvim test version to latest 0.4.3 on Dockerfile - Updated nvim async job to behave similar to vim8 - Removing support for python plugins since it has been archieved from repository - bumping prettier dep - updating snapshots
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a63017c..bccd2d0 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,16 @@ test:
"mitermayer/vim-test-bed" \
yarn --cwd testplugin test
+test-update-snapshot:
+ echo "Running tests..."
+ docker run \
+ -t \
+ --rm \
+ -v ${PWD}:/testplugin \
+ -v ${PWD}/tests:/home \
+ "mitermayer/vim-test-bed" \
+ yarn --cwd testplugin test -u
+
lint:
echo "Running linter..."
docker run \