🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

lerna-webjar

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lerna-webjar

Automate deploying npm packages managed by lerna to webjars.org

latest
Source
npmnpm
Version
1.1.4
Version published
Maintainers
1
Created
Source

lerna-webjar

NPM Version

Automate deploying npm packages managed by lerna to webjars.org

:notebook: this relies on the package being released to npm before the webjar release is started.

Quick usage

npx lerna-webjar

Installation

# with npm
npm install --save-dev lerna lerna-webjar

# or with yarn
yarn add --dev lerna lerna-webjar

Usage

in package.json

{
  "scripts": {
+    "publish-webjar": "lerna-webjar"
  }
}

then from a terminal

# with npm
npm run publish-webjar

# with yarn
yarn publish-webjar

Keywords

lerna

FAQs

Package last updated on 15 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts