verdaccio

v4.0.0-beta.3
A lightweight private npm proxy registry
private package repository registry enterprise modules proxy server verdaccio and 1 more...

flow

flow check

lint

npm run flow && npm run lint:js

test

npm run test:unit

pre:ci

npm run lint

lint:js

eslint .

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 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

prepublish

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

test:clean

npx jest --clearCache

build:docker

docker build -t verdaccio . --no-cache

test:functional

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

coverage:publish

codecov

code:docker-build

cross-env BABEL_ENV=registry-docker babel src/ --out-dir build/ --copy-files

Metadata

  • MIT
  • >=8
  • Verdaccio Maintainers
  • released 4/28/2019

Downloads