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.
1 parent 892cb42 commit 1d25df0Copy full SHA for 1d25df0
package.json
@@ -25,7 +25,7 @@
25
],
26
"main": "lib/cjs/v2/index.js",
27
"bin": {
28
- "firebase-functions": "./lib/bin/firebase-functions.js"
+ "firebase-functions": "./lib/cjs/bin/firebase-functions.js"
29
},
30
"types": "lib/cjs/v2/index.d.ts",
31
"sideEffects": [
scripts/bin-test/run.sh
@@ -22,7 +22,7 @@ for f in scripts/bin-test/sources/*; do
22
done
23
24
# Make sure firebase-functions binary is executable
-chmod +x ./lib/bin/firebase-functions.js
+chmod +x ./lib/cjs/bin/firebase-functions.js
mocha \
--file ./scripts/bin-test/mocha-setup.ts \
tsdown.config.ts renamed to tsdown.config.mts
0 commit comments