mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
20.47.2022 c62550ddfb0c93fed5e9e6ebcfef0abe2b7a4607
fix: add optional shx for echo statement

1 files modified
2 ■■■ changed files
package.json 2 ●●● patch | view | raw | blame | history
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",