repos / neovimcraft

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

commit
1a7bea2
parent
4b72024
author
Eric Bower
date
2021-09-01 05:01:43 +0000 UTC
all in one deploy script;
1 files changed,  +2, -1
M package.json
+2, -1
 1@@ -18,7 +18,8 @@
 2     "resource:clean": "node --experimental-specifier-resolution=node --loader ts-node/esm scripts/resource-clean.ts",
 3     "upload:clean": "gsutil -m rm -r gs://neovimcraft.com/*",
 4     "upload": "gsutil -m -h 'Cache-Control:private, max-age=0, no-transform' rsync -r ./build gs://neovimcraft.com",
 5-    "deploy": "yarn build:clean && yarn build && yarn upload:clean && yarn upload"
 6+    "deploy": "yarn build:clean && yarn build && yarn upload:clean && yarn upload",
 7+    "deploy:all": "yarn scrape && yarn process && yarn html && yarn deploy"
 8   },
 9   "devDependencies": {
10     "@sveltejs/adapter-static": "^1.0.0-next.13",