@zowe/mq-for-zowe-cli

v2.0.4
IBM MQ Plug-in for Zowe CLI

lint

eslint "src/**/*.ts" "**/__tests__/**/*.ts"

test

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

build

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

clean

rimraf lib

watch

tsc --pretty --watch

typedoc

typedoc --out ./docs/typedoc/ ./src/ --disableOutputCheck

lint:src

eslint "src/**/*.ts" --ignore-pattern "**/__tests__/**/*.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

eslint "**/__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

circularDependencyCheck

madge -c lib
npm i @zowe/[email protected]

Metadata

Downloads