Skip to content

Commit

Permalink
Disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Dec 18, 2023
1 parent c4c8560 commit 830ff12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -exo pipefail
set -eo pipefail

rm -rf dist/

Expand Down
2 changes: 1 addition & 1 deletion clone_projects.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -exo pipefail
set -eo pipefail

shopt -s extglob
shopt -s dotglob
Expand Down

0 comments on commit 830ff12

Please sign in to comment.