wechaty-puppet

v1.7.9
Abstract Puppet for Wechaty
chatie wechaty wechat chatbot bot sdk

clean

shx rm -fr dist/*

dist

npm-run-all clean build dist:commonjs

build

tsc && tsc -p tsconfig.cjs.json

dist:commonjs

jq -n "{ type: \"commonjs\" }" > dist/cjs/package.json

lint

npm run lint:es && npm run lint:ts && npm run lint:md

lint:md

markdownlint README.md

lint:ts

tsc --isolatedModules --noEmit

lint:es

eslint "src/**/*.ts" "tests/**/*.spec.ts" --ignore-pattern tests/fixtures/

test

npm run lint && npm run test:unit

test:pack

bash -x scripts/npm-pack-testing.sh

test:unit

cross-env NODE_OPTIONS="--no-warnings --loader=ts-node/esm" tap "src/**/*.spec.ts" "tests/**/*.spec.ts"

typedoc

bash scripts/typedoc.sh

Metadata

Downloads

Maintainers