From f22a1ca06985661e5e3ca0f2f3d188508151e46b Mon Sep 17 00:00:00 2001 From: Michael Stenta Date: Sat, 20 May 2023 08:20:18 -0400 Subject: [PATCH] test with https://github.com/farmOS/farmOS.org/pull/81 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e06274d..04e339e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "farmos-community-blog", "type": "module", "scripts": { - "build-preview": "rm -rf farmOS.org && git clone --depth=1 https://github.com/farmOS/farmOS.org && cd farmOS.org && npm i && BLOG_REPO=$(node ../netlifyGetRepoUrl.js) BLOG_REPO_BRANCH=$HEAD npm run build" + "build-preview": "rm -rf farmOS.org && git clone --depth=1 -b gatsby-remark-copy-linked-files git@github.com/mstenta/farmOS.org-v2.org && cd farmOS.org-v2 && npm i && BLOG_REPO=$(node ../netlifyGetRepoUrl.js) BLOG_REPO_BRANCH=$HEAD npm run build" }, "devDependencies": { "node-fetch": "^3.3.0"