verdaccio

v3.10.0
Private npm repository server
private package repository registry enterprise modules proxy server verdaccio and 1 more...

flow

flow check

lint

npm run flow && eslint . && npm run lint:css

test

npm run test:unit

pre:ci

npm run lint && npm run build:webui

pretest

npm run code:build

release

standard-version -a -s

lint:css

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

test:all

npm run build:webui && npm run test && npm run test:functional && npm run test:e2e && npm run test:size

test:e2e

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

commitmsg

commitlint -e $GIT_PARAMS

dev:start

cross-env BABEL_ENV=registry babel-node src/lib/cli

dev:webui

cross-env BABEL_ENV=ui babel-node tools/dev.server.js

test:size

bundlesize

test:unit

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

code:build

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

prepublish

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

test:clean

npx jest --clearCache

build:webui

npm run pre:webpack && cross-env BABEL_ENV=ui webpack --config tools/webpack.prod.config.babel.js

pre:webpack

rimraf static/*

build:docker

docker build -t verdaccio . --no-cache

test:functional

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

build:docker:rpi

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

coverage:publish

codecov

code:docker-build

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

Metadata

  • MIT
  • >=6.12.0
  • Alex Kocharin
  • released 12/6/2018

Downloads