Skip to content

Commit 2fdf59d

Browse files
build: Enable debug mode in build script and install NPM packages
1 parent d1f840b commit 2fdf59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/bash -ex
22

33
echo "[db-man] Install NPM packages"
44
npm i

0 commit comments

Comments
 (0)