diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..60e66df --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +install:; npm ci && npm run production +build:; npm run production && hugo server -s exampleSite --themesDir=../.. +release:; + rm -rf node_modules + rm package-lock.json + npm install + npm run production + git add . + git commit -m "prepare new release" -s \ No newline at end of file