Skip to content

Commit

Permalink
feat: ported makefile to package.json script
Browse files Browse the repository at this point in the history
  • Loading branch information
lxndrblz committed Feb 20, 2022
1 parent 6678874 commit 5bc180c
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 20 deletions.
18 changes: 0 additions & 18 deletions Makefile

This file was deleted.

177 changes: 177 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "1.1.0",
"description": "Anatole is a beautiful minimalist two-column hugo theme based on farbox-theme-Anatole.",
"scripts": {
"prettier": "npx prettier --write ."
"prettier": "npx prettier --write .",
"build": "hugo --themesDir=../.. --source=exampleSite && shx rm -rf ./resources && shx cp -r ./exampleSite/resources ./resources && echo Done building resources."
},
"repository": {
"type": "git",
Expand All @@ -24,6 +25,7 @@
"dependencies": {},
"devDependencies": {
"prettier": "~2.2.1",
"prettier-plugin-go-template": "^0.0.11-beta.13"
"prettier-plugin-go-template": "^0.0.11-beta.13",
"shx": "^0.3.4"
}
}

0 comments on commit 5bc180c

Please sign in to comment.