Skip to content

Commit a08fd91

Browse files
committed
(#117) Enable set -ex in pre-publish script
1 parent 958ce75 commit a08fd91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .build/pre-release.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
set -ex
23

34
npm ci
45
patchVersion=$(npm --no-git-tag version patch)

0 commit comments

Comments
 (0)