verdaccio

v5.0.0-alpha.4
A lightweight private npm proxy registry
private package repository registry enterprise modules proxy server verdaccio and 1 more...

lint

yarn run type-check && yarn run lint:ts

test

yarn run test:unit

start

yarn babel-node --extensions ".ts,.tsx" src/lib/cli

docker

docker build -t verdaccio/verdaccio:pr-2122 . --no-cache

format

prettier --single-quote --trailing-comma none --write "{src,test}/**/*.ts"

pre:ci

yarn run lint

lint:ts

eslint "**/*.{js,jsx,ts,tsx}"

pretest

yarn run code:build

release

standard-version -a -s

test:all

yarn run test && yarn run test:functional && yarn run test:e2e & yarn run test:e2e:pkg

test:e2e

yarn jest --config ./test/jest.config.e2e.js

test:unit

cross-env NODE_ENV=test TZ=UTC FORCE_COLOR=1 jest --config ./jest.config.js --maxWorkers 2 --passWithNoTests

code:build

yarn babel src/ --out-dir build/ --copy-files --extensions ".ts,.tsx" --source-maps inline

docker:run

docker run -it --rm -p 4873:4873 verdaccio/verdaccio:local

prepublish

in-publish && yarn run code:build || not-in-publish

test:clean

npx jest --clearCache

type-check

tsc --noEmit

start:debug

yarn node debug/bootstrap.js

format:check

prettier --check "**/*.{js,jsx,ts,tsx,json,yml,yaml,md}" --debug-check

test:e2e:cli

cross-env NODE_ENV=test jest --config ./test/e2e-cli/jest.config.e2e.cli.js --passWithNoTests

lint:lockfile

lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts verdaccio npm yarn

test:functional

cross-env NODE_ENV=test jest --config ./test/jest.config.functional.js --testPathPattern ./test/functional/index* --passWithNoTests

coverage:publish

codecov

type-check:watch

yarn run type-check -- --watch

code:docker-build

yarn babel src/ --out-dir build/ --copy-files --extensions ".ts,.tsx"

Metadata

  • MIT
  • >=12
  • Verdaccio Maintainers
  • released 4/3/2021

Downloads