Skip to content

Commit 3af9fc2

Browse files
authored
Add set -e
1 parent 9394008 commit 3af9fc2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/update_dist/update_dist/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env bash
2+
set -e
23

34
npm ci
45
tsc --noEmit

0 commit comments

Comments
 (0)