@fluidframework/server-services-utils

v6.0.0-297163
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 . --cache --ignore-path ../../.prettierignore

eslint:fix

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

test:debug

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

build:genver

gen-version

prettier:fix

prettier --write . --cache --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 10/2/2024

Downloads

Maintainers