Skip to content

Commit 4865d5f

Browse files
committed
fix(other): Fail on errors when building schematics
1 parent 91cb7f7 commit 4865d5f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/build-schematics.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env bash
22

3+
# If any command fails, stop immediately
4+
set -e -o pipefail
5+
36
tsc -p projects/ngqp/core/tsconfig.schematics.json
47
cp projects/ngqp/core/collection.json dist/ngqp/core

0 commit comments

Comments
 (0)