@zowe/mq-for-zowe-cli

v2.0.0
IBM MQ Plug-in for Zowe CLI

lint

npm run lint:src && npm run lint:tests

test

npm run test:unit && npm run test:integration && npm run test:system

build

npm run prebuild && node scripts/updateLicense.js && tsc --pretty && npm run checkTestsCompile

clean

rimraf lib

watch

tsc --pretty --watch

lint:src

tslint --format stylish --exclude "**/__tests__/**/*.ts" "src/**/*.ts"

prebuild

npm run clean && npm run lint && echo Using TypeScript && tsc --version

test:unit

env-cmd __tests__/__resources__/env/unit.env jest --coverage --testPathIgnorePatterns ".*/__system__/.*" "__integration__"

lint:tests

tslint --format stylish -c ./tslint-tests.json --exclude "node_modules/**/*" --exclude "**__tests__/__results__/**" "**/__tests__/**/*.ts"

test:system

env-cmd __tests__/__resources__/env/system.env jest .*/__system__/.* --coverage false --runInBand

installPlugin

npm install && npm run clean && npm run build && zowe plugins install .

prepublishOnly

npm run build

test:integration

env-cmd __tests__/__resources__/env/integration.env jest .*/__integration__/.*

checkTestsCompile

echo "Checking that test source compiles..." && tsc --project __tests__/test-tsconfig.json --noEmit
npm i @zowe/[email protected]

Metadata

  • EPL-2.0
  • Whatever
  • Brightside
  • released 9/30/2019

Downloads