@fluidframework/server-services

v6.0.0-301718
Fluid server services

build

npm run build:genver && concurrently npm:build:compile npm:lint

build:compile

npm run tsc && npm run typetests:gen

build:genver

gen-version

clean

rimraf --glob dist lib "**/*.tsbuildinfo" "**/*.build.log" nyc

eslint

eslint --format stylish src

eslint:fix

eslint --format stylish src --fix --fix-type problem,suggestion,layout

format

npm run prettier:fix

lint

npm run prettier && npm run eslint

lint:fix

npm run prettier:fix && npm run eslint:fix

prettier

prettier --check . --cache --ignore-path ../../.prettierignore

prettier:fix

prettier --write . --cache --ignore-path ../../.prettierignore

test

mocha --recursive "dist/test/**/*.spec.*js"

test:coverage

c8 npm test -- --reporter xunit --reporter-option output=nyc/junit-report.xml

tsc

tsc

typetests:gen

fluid-type-test-generator

typetests:prepare

flub typetests --dir . --reset --previous --normalize
npm i @fluidframework/server-services

Metadata

  • MIT
  • Whatever
  • Microsoft and contributors
  • released 10/22/2024

Downloads

Maintainers