Skip to content

Commit 403cbf2

Browse files
committed
fix bin paths.
1 parent c44a38a commit 403cbf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/bin-test/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ for f in scripts/bin-test/sources/*; do
2222
done
2323

2424
# Make sure firebase-functions binary is executable
25-
chmod +x ./lib/cjs/bin/firebase-functions.js
25+
chmod +x ./lib/bin/firebase-functions.js
2626

2727
mocha \
2828
--file ./scripts/bin-test/mocha-setup.ts \

0 commit comments

Comments
 (0)