bullmq

v1.50.7
Queue for messages and jobs based on Redis
bull bullmq queues jobs redis

cm

git cz

docs

(api-extractor run || true) && api-documenter markdown -i ./temp -o docs/gitbook/api

lint

eslint . --ignore-path ./.eslintignore

test

tsc && ts-mocha --config ./.mocharc.js

build

tsc && yarn copylua

dc:up

docker-compose -f docker-compose.yml up -d

copylua

copyfiles -f ./src/commands/*.lua ./dist/commands

dc:down

docker-compose -f docker-compose.yml down

dry-run

npm publish --dry-run

prepare

yarn build

coverage

nyc --reporter=text npm run test

prettier

prettier --config package.json src/**/*.ts

coveralls

nyc report --reporter=text-lcov | coveralls

precommit

yarn pretty:quick && yarn lint:staged

eslint:fix

eslint . --ignore-path ./.eslintignore --fix

test:watch

ts-mocha --paths 'src/**/test_*.ts' -w --watch-extensions ts

lint:staged

lint-staged

pretty:quick

pretty-quick --ignore-path ./.eslintignore --staged

semantic-release

semantic-release

semantic-release-prepare

ts-node tools/semantic-release-prepare

Metadata

  • MIT
  • Whatever
  • Taskforce.sh Inc.
  • released 10/28/2021

Downloads

Maintainers