Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lxndrblz/anatole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Bilz <mail@alexbilz.com>2022-02-20 11:47:35 +0300
committerAlexander Bilz <mail@alexbilz.com>2022-02-20 11:47:35 +0300
commitc62550ddfb0c93fed5e9e6ebcfef0abe2b7a4607 (patch)
treec3bf346a8e9e40e7389020b45e33e9481d099add /package.json
parent5bc180ccafbeb3d44d1f67e4e1fcc0b9b71ba3e3 (diff)
fix: add optional shx for echo statement
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
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",