From c62550ddfb0c93fed5e9e6ebcfef0abe2b7a4607 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Sun, 20 Feb 2022 08:47:35 +0000
Subject: [PATCH] fix: add optional shx for echo statement

---
 package.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package.json b/package.json
index e34de70..618841f 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
   "description": "Anatole is a beautiful minimalist two-column hugo theme based on farbox-theme-Anatole.",
   "scripts": {
     "prettier": "npx prettier --write .",
-    "build": "hugo --themesDir=../.. --source=exampleSite && shx rm -rf ./resources && shx cp -r ./exampleSite/resources ./resources && echo Done building resources."
+    "build": "hugo --themesDir=../.. --source=exampleSite && shx rm -rf ./resources && shx cp -r ./exampleSite/resources ./resources && shx echo Done building resources."
   },
   "repository": {
     "type": "git",

--
Gitblit v1.10.0