UNPKG

ngx-deploy-npm

Version:

Publish your libraries to NPM with just one command

11 lines (10 loc) 281 B
{ "$schema": "http://json-schema.org/schema", "executors": { "deploy": { "implementation": "./src/executors/deploy/executor", "schema": "./src/executors/deploy/schema.json", "description": "Publish your libraries to NPM with just one command" } } }