Skip to content

Commit

Permalink
add set
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-ojisan committed Dec 24, 2024
1 parent 9e2f9b7 commit 77089b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -euo pipefail

rm -v -rf -- ./builds/*
mkdir -p -- ./builds
npm run-script build -- --all --version "$(./bump_ver)" "$@"
Expand Down

0 comments on commit 77089b2

Please sign in to comment.