Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsadetsky committed Jun 6, 2024
1 parent 7ff2e3f commit f7390b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ oclif.manifest.json
yarn.lock
pnpm-lock.yaml

.env
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "disco",
"description": "deploy and manage your web projects",
"version": "0.5.12",
"version": "0.5.13",
"author": "The disco Team",
"bin": {
"disco": "./bin/run.js"
Expand Down
4 changes: 4 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# to run this:
# eval $(cat .env) && bash release.sh
# ---

# exit on error
set -e
# print every command being run
Expand Down

0 comments on commit f7390b6

Please sign in to comment.