From 89e4885c992715372405c84be158e595f8a6cf9d 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..0d805fb 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 https://github.com/mstenta/farmOS-v2.org && cd farmOS.org && npm i && BLOG_REPO=$(node ../netlifyGetRepoUrl.js) BLOG_REPO_BRANCH=$HEAD npm run build" }, "devDependencies": { "node-fetch": "^3.3.0"