Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
Add makefile for operations to simplify life
Browse files Browse the repository at this point in the history
  • Loading branch information
autumnfound committed May 18, 2021
1 parent be32f7c commit c1d86a0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 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

0 comments on commit c1d86a0

Please sign in to comment.