@firebase/functions

v0.11.3-canary.13ddddf52
This is the Firebase Functions component of the Firebase JS SDK.

dev

rollup -c -w

doc

api-documenter markdown --input temp --output docs

lint

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

test

run-p --npm-path npm lint test:all

build

rollup -c && yarn api-report

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 --npm-path npm test:browser test:node

build:doc

yarn build && yarn doc

test:node

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

api-report

api-extractor run --local --verbose

build:deps

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

test:browser

karma start --single-run

build:release

rollup -c rollup.config.release.js && yarn api-report

test:emulator

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

typings:public

node ../../scripts/build/use_typings.js ./dist/functions-public.d.ts

test:browser:debug

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

Metadata

Downloads