From ea6ef2a45c3bcd153014c15bcfbbd2ec3d4d657a Mon Sep 17 00:00:00 2001 From: Skyler Date: Fri, 27 Oct 2023 11:27:47 +0000 Subject: [PATCH] Disable building functions Functions appear to be halting our deploy, I believe deploying updates to be more important than the functions (which I believe to be a play one with cats and two ones that are forum related) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac0e234..eb28e69 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "README.md", "private": true, "scripts": { - "build": "yarn images:zip && yarn images:sizes && yarn build:vuepress && yarn build:functions", + "build": "yarn images:zip && yarn images:sizes && yarn build:vuepress", "build:vuepress": "vuepress build && cp ./.vuepress/dist/assets/js/admin.*.js ./.vuepress/dist/assets/js/admin.js && cp -r .non-vuepress-public/* .vuepress/dist/", "build:functions": "cd ./.vuepress/functions/gosrc && make build", "images:compress": "node ./.build/imageCompressor.js",