@fluidframework/server-services-utils

v2.0.3
Fluid server services shared utilities

tsc

tsc

lint

npm run prettier && npm run eslint

test

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

build

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

clean

rimraf --glob 'dist' 'lib' '*.tsbuildinfo' '*.build.log' 'nyc'

eslint

eslint --format stylish src

format

npm run prettier:fix

lint:fix

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

prettier

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

eslint:fix

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

build:genver

gen-version

prettier:fix

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

build:compile

npm run tsc && npm run typetests:gen

test:coverage

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

typetests:gen

fluid-type-test-generator

typetests:prepare

flub typetests --dir . --reset --previous --normalize
npm i @fluidframework/[email protected]

Metadata

  • MIT
  • Whatever
  • Microsoft and contributors
  • released 6/12/2024

Downloads