repos / neovimcraft

website that makes it easy to find neovim plugins
git clone https://github.com/neurosnap/neovimcraft.git

commit
f60ffcf
parent
1d79058
author
Eric Bower
date
2021-09-02 01:59:29 +0000 UTC
exit on error
1 files changed,  +1, -0
M deploy.sh
+1, -0
1@@ -1,5 +1,6 @@
2 #!/bin/bash
3 set -x
4+set -e
5 
6 $NODE --experimental-specifier-resolution=node --loader ts-node/esm scripts/scrape.ts
7 $NODE --experimental-specifier-resolution=node --loader ts-node/esm scripts/process.ts