Skip to content

Commit

Permalink
build: Enable debug mode in build script and install NPM packages
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-grabtaxi committed Dec 27, 2024
1 parent d1f840b commit 2fdf59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -ex

echo "[db-man] Install NPM packages"
npm i
Expand Down

0 comments on commit 2fdf59d

Please sign in to comment.