@netlify/serverless-functions-api

v1.7.2
The runtime API for Netlify Functions

test

run-s build format test:dev

build

run-s build:*

format

run-s format:check-fix:*

prepack

npm run build

prepare

husky install node_modules/@netlify/eslint-config-node/.husky/

test:ci

run-s build test:ci:*

test:dev

run-s build test:dev:*

build:pre

rm -rf dist

dev:watch

tsc -w

format:ci

run-s format:check:*

build:types

tsc

build:bundle

node scripts/build.js

prepublishOnly

npm ci && npm test

test:ci:vitest

vitest run --coverage

format:fix:lint

cross-env-shell eslint --fix $npm_package_config_eslint

test:dev:vitest

vitest run

format:check:lint

cross-env-shell eslint $npm_package_config_eslint

format:fix:prettier

cross-env-shell prettier --write $npm_package_config_prettier

format:check-fix:lint

run-e format:check:lint format:fix:lint

format:check:prettier

cross-env-shell prettier --check $npm_package_config_prettier

test:dev:vitest:watch

vitest watch

format:check-fix:prettier

run-e format:check:prettier format:fix:prettier
npm i @netlify/[email protected]

Metadata

  • MIT
  • ^14.18.0 || >=16.0.0
  • Netlify Inc.
  • released 8/22/2023

Downloads