@azure-tools/tasks

v3.0.240
Async tasks for Azure Open Source Projects
perks tasks azure typescript

test

npm run build && _mocha dist/test --timeout 50000

build

tsc -p .

clean

ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash

watch

tsc -p . --watch

eslint

eslint . --ext .ts

testci

npm run build && mocha dist/test --timeout 50000

prepare

npm run build

clean-cmd

if exist dist rmdir /s /q dist && exit 0 || exit 0

clean-bash

rm nul && rm -rf dist && exit 0 || exit 0

eslint-fix

eslint . --fix --ext .ts
npm i @azure-tools/[email protected]

Metadata

  • MIT
  • >=10.12.0
  • Microsoft
  • released 6/3/2020

Downloads

Maintainers