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

alexanderdavide
20.14.2022 d0f821dc790d41e200da3473c3b23c1c44b84f7c
chore: add serve dev npm script
1 files modified
5 ■■■■■ changed files
package.json 5 ●●●●● patch | view | raw | blame | history
package.json
@@ -3,8 +3,9 @@
  "version": "1.1.0",
  "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 && shx echo Done building resources."
    "build": "hugo --themesDir=../.. --source=exampleSite && shx rm -rf ./resources && shx cp -r ./exampleSite/resources ./resources && shx echo Done building resources.",
    "dev": "hugo serve --themesDir=../.. --source=exampleSite",
    "prettier": "npx prettier --write ."
  },
  "repository": {
    "type": "git",