@microsoft/fast-components-styles-msft

v4.20.1
Javascript style sheets for FAST components

clean:dist

node ../../build/clean.js dist

tslint

tslint -c ./tslint.json '**/*.ts'

tslint:fix

tslint -c ./tslint.json --fix '**/*.ts'

test

npm run tslint && npm run unit-tests

build

tsc -p ./tsconfig.build.json

build:watch

npm run build -- -w

prepare

npm run clean:dist && npm run build

prettier

prettier --config ../../.prettierrc --write "**/*.ts"

prettier:diff

prettier --config ../../.prettierrc "**/*.ts" --list-different

unit-tests

jest --maxWorkers=2

unit-tests:watch

jest --watch

watch

npm run build -- -w --preserveWatchOutput
npm i @microsoft/[email protected]

Metadata

  • MIT
  • Whatever
  • Microsoft
  • released 8/22/2019

Downloads