Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix bin test.
  • Loading branch information
taeold committed Oct 19, 2023
commit 0e404918ab0913e6e638fb88166a02362321e206
5 changes: 4 additions & 1 deletion scripts/bin-test/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ for f in scripts/bin-test/sources/*; do
fi
done

## DEBUG
# Make sure firebase-functions binary is executable
chmox +x ./lib/bin/firebase-functions.js

# DEBUG
ls -la scripts/bin-test/sources/commonjs/node_modules

mocha \
Expand Down