Skip to content

Commit 8f787c6

Browse files
committed
Exit on errors
1 parent 7f271ff commit 8f787c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/postversion.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -e
23
PACKAGE_VERSION=$(node -p -e "require('./package.json').version")
34

45
echo 'postversion tasks'

0 commit comments

Comments
 (0)