verdaccio

v2.5.0
Private npm repository server
private package repository registry enterprise modules proxy server

lint

eslint .

test

mocha ./test/functional ./test/unit --reporter=spec --full-trace

pre:ci

npm run build:webui

release

standard-version -a -s

test:ci

npm run test:coverage

lint:css

stylelint 'src/**/*.scss' --syntax scss

dev:webui

babel-node tools/dev.server.js

test:only

mocha ./test/functional ./test/unit

prepublish

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

build:webui

npm run pre:webpack && webpack --config tools/webpack.prod.config.babel.js

pre:webpack

npm run lint && rimraf static/*

build:docker

docker build -t verdaccio . --no-cache

coverage:html

nyc report --reporter=html

test:coverage

nyc npm t

build:docker:rpi

docker build -f Dockerfile.rpi -t verdaccio:rpi .

coverage:publish

nyc report --reporter=lcov | codecov

Metadata

  • WTFPL
  • >=4.6.1
  • Alex Kocharin
  • released 10/1/2017

Downloads

Maintainers