Skip to content

Commit

Permalink
chore: Add release task
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jan 28, 2020
1 parent 6580444 commit ea1721a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"hugo": "hugo",
"build": "cd ./exampleSite && hugo --minify --cleanDestinationDir --themesDir ../ --layoutDir ../layouts",
"test:hugo": "cd ./exampleSite && hugo --renderToMemory --themesDir ../ --layoutDir ../layouts && :",
"release": "standard-version",
"update-deps": "(git diff 'HEAD@{1}' --name-only | grep 'package-lock.json' > /dev/null) && npm ci || :"
},
"hugo-bin": {
Expand Down

0 comments on commit ea1721a

Please sign in to comment.