UNPKG

@squiz/dxp

Version:

The common dxp library for cli commands

40 lines (31 loc) 2.33 kB
[![pipeline status][pipeline-image]][pipeline-url] [![coverage report][coverage-image]][pipeline-url] # Mercury Welcome to Mercury! The main documentation is found in [/docs](docs/README.md) ### Quick start Part of the documentation is our [Developer Guide](docs/DeveloperGuide/README.md) which can help you get started. [coverage-image]: https://gitlab.squiz.net/alloy/mercury/badges/develop/coverage.svg [pipeline-image]: https://gitlab.squiz.net/alloy/mercury/badges/develop/pipeline.svg [pipeline-url]: https://gitlab.squiz.net/alloy/mercury/pipelines ### Manual Mercury Dependency Publishing ``` npm run run-s build:libs:auth; ./scripts/affected-deploy ./dist/libs/auth; \ npm run run-s build:libs:auth-adapter-auth0-node; ./scripts/affected-deploy ./dist/libs/auth-adapter-auth0-node; \ npm run run-s build:libs:auth-entity; ./scripts/affected-deploy ./dist/libs/auth-entity \ npm run run-s build:libs:auth-entity-testing; ./scripts/affected-deploy ./dist/libs/auth-entity-testing \ npm run run-s build:libs:auth-testing; ./scripts/affected-deploy ./dist/libs/auth-testing \ npm run run-s build:libs:console; ./scripts/affected-deploy ./dist/libs/console; \ npm run run-s build:libs:console-adapter-rest; ./scripts/affected-deploy ./dist/libs/console-adapter-rest; \ npm run run-s build:libs:console-entity; ./scripts/affected-deploy ./dist/libs/console-entity; \ npm run run-s build:libs:console-entity-testing; ./scripts/affected-deploy ./dist/libs/console-entity-testing \ npm run run-s build:libs:http; ./scripts/affected-deploy ./dist/libs/http; \ npm run run-s build:libs:http-adapter-request; ./scripts/affected-deploy ./dist/libs/http-adapter-request; \ npm run run-s build:libs:http-adapter-rx; ./scripts/affected-deploy ./dist/libs/http-adapter-rx \ npm run run-s build:libs:http-testing; ./scripts/affected-deploy ./dist/libs/http-testing \ npm run run-s build:libs:storage; ./scripts/affected-deploy ./dist/libs/storage; \ npm run run-s build:libs:storage-adapter-configstore; ./scripts/affected-deploy ./dist/libs/storage-adapter-configstore \ npm run run-s build:libs:storage-testing; ./scripts/affected-deploy ./dist/libs/storage-testing \ npm run run-s build:libs:support; ./scripts/affected-deploy ./dist/libs/support \ npm run run-s build:libs:testing; ./scripts/affected-deploy ./dist/libs/testing ```