verdaccio

v4.3.3
A lightweight private npm proxy registry
private package repository registry enterprise modules proxy server verdaccio and 1 more...

lint

npm run type-check && npm run lint:ts && npm run lint:lockfile

test

npm run test:unit

format

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

pre:ci

npm run lint

lint:ts

eslint . --ext .js,.ts

pretest

npm run code:build

release

standard-version -a -s

test:all

npm run test && npm run test:functional && npm run test:e2e

test:e2e

cross-env BABEL_ENV=test jest --config ./test/jest.config.e2e.js

dev:start

cross-env BABEL_ENV=registry babel-node --extensions ".ts,.tsx" src/lib/cli

test:unit

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

code:build

cross-env BABEL_ENV=registry babel src/ --out-dir build/ --copy-files --extensions ".ts,.tsx" --source-maps inline

prepublish

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

test:clean

npx jest --clearCache

type-check

tsc --noEmit

build:docker

docker build -t verdaccio/verdaccio:local . --no-cache

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

npm run type-check -- --watch

code:docker-build

cross-env BABEL_ENV=registry-docker babel src/ --out-dir build/ --copy-files --extensions ".ts,.tsx"

Metadata

  • MIT
  • >=8
  • Verdaccio Maintainers
  • released 10/3/2019

Downloads