@as-integrations/azure-functions

v0.2.0
An integration for Apollo Server on Azure Functions

build

tsc --build tsconfig.build.json

clean

git clean -dfqX

install-with-npm-8.5

npm i -g npm@^8.5.0 && npm i

prepack

npm run build

prettier-check

prettier --check .

prettier-fix

prettier --write .

publish-changeset

npm run build && changeset publish

spell-check

cspell lint '**' --no-progress || (echo 'Add any real words to cspell-dict.txt.'; exit 1)

test

jest

test:ci

jest --coverage --ci --maxWorkers=2 --reporters=default --reporters=jest-junit

watch

tsc --build --watch

start

npm-run-all watch start:host

start:host

cd src/sample && func start --cors *
npm i @as-integrations/azure-functions

Metadata

  • MIT
  • >=18.0
  • Apollo
  • released 5/30/2024

Downloads

Maintainers