We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91cb7f7 commit 4865d5fCopy full SHA for 4865d5f
1 file changed
scripts/build-schematics.sh
@@ -1,4 +1,7 @@
1
#!/usr/bin/env bash
2
3
+# If any command fails, stop immediately
4
+set -e -o pipefail
5
+
6
tsc -p projects/ngqp/core/tsconfig.schematics.json
7
cp projects/ngqp/core/collection.json dist/ngqp/core
0 commit comments