Skip to content

Commit

Permalink
- add set -e to prevent from running when error.
Browse files Browse the repository at this point in the history
 - bump version
  • Loading branch information
zbryikt committed Sep 28, 2022
1 parent dae0703 commit 868d74e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Logs

## v0.0.3

- add `set -e` to prevent from running when error.


## v0.0.2

- add `branch` option
1 change: 1 addition & 0 deletions deploy
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -e
if [[ -z "$2" ]]; then
branch=gh-pages
else
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@zbryikt/deploy",
"license": "MIT",
"description": "deploy script for github gh-pages",
"version": "0.0.2",
"version": "0.0.3",
"files": [
"deploy"
],
Expand Down

0 comments on commit 868d74e

Please sign in to comment.