Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mstenta committed May 20, 2023
1 parent c9b9214 commit f22a1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f22a1ca

Please sign in to comment.