Socket
Socket
Sign inDemoInstall

@pnp/buildsystem

Package Overview
Dependencies
164
Maintainers
10
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @pnp/buildsystem

pnp - the build system used within the @pnp/pnpjs monorepo


Version published
Weekly downloads
62
increased by113.79%
Maintainers
10
Created
Weekly downloads
 

Readme

Source

Build system

This project contains the system used to build, package, and publish the npm packages created for each package in the ./packages folder.

Configuration

Configuration is driven entirely by the buildsystem-config.ts file, which uses TypeScript to allow type checking for the elements. The file should provide a default export of an array of build configurations as described below. There can be any number of configurations as needed, but to support the full lifecycle you typically need to cover one config for each role: build, package, and publish.

For each of the three roles, build, package, and publish there exists an interface defining what it should contain. You can have multiple configurations per role, differentiated by name.

The definitions for the configuration options are available in the source. It is intended your buildsystem.config.ts export a valid ConfigCollection;

For an example buildsystem-config please see the one used by PnPjs within this repo.

Run

You can install the tool globally but that isn't requried as it is installed locally when you npm install within the root of the main library project. It has a simple command line:

pnpbuild -n <name of the configuration to run>

OR default to using the "build" configuration:

pnpbuild

FAQs

Last updated on 27 Feb 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc