We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4fb377 + ee692ab commit 13520eaCopy full SHA for 13520ea
import-database-directory.sh
@@ -8,7 +8,7 @@ echo "= = ="
8
9
if [ -z ${MESSAGE_DB_HOME+x} ]; then
10
echo "MESSAGE_DB_HOME is not set"
11
- exit
+ exit 1
12
fi
13
14
default_database_source="$MESSAGE_DB_HOME/message-db/database"
package.sh
@@ -1,5 +1,7 @@
1
#!/usr/bin/env bash
2
3
+set -e
4
+
5
./clean.sh
-./import-database-scripts.sh
6
+./import-database-directory.sh
7
npm pack
0 commit comments