@firebase/functions

v0.6.13-canary.b51be1da3
This is the Firebase Functions component of the Firebase JS SDK.

dev

rollup -c -w

lint

eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'

test

run-p lint test:all

build

rollup -c

test:ci

node ../../scripts/run_tests_in_ci.js -s test:all

lint:fix

eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'

test:all

run-p test:browser test:node

test:node

TS_NODE_COMPILER_OPTIONS='{"module":"commonjs"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file index.node.ts --config ../../config/mocharc.node.js

build:deps

lerna run --scope @firebase/functions --include-dependencies build

test:browser

karma start --single-run

test:emulator

env FIREBASE_FUNCTIONS_EMULATOR_ORIGIN=http://localhost:5005 run-p test:node

test:browser:debug

karma start --browsers=Chrome --auto-watch
npm i @firebase/[email protected]

Metadata

Downloads