Skip to content

NPM package

Daniel Mundra edited this page Apr 3, 2023 · 1 revision

URL: https://www.npmjs.com/package/@civicactions/openacr

Organization

The above package is under the organization https://www.npmjs.com/org/civicactions.

Publish package manually

  1. Create a .npmrc file with contents //registry.npmjs.org/:_authToken=${NPM_TOKEN}.
  2. Create a token to publish, copy it, and run the following command export NPM_TOKEN=<COPIED TOKEN VALUE>.
  3. Run the following command to publish the package npm publish --access public.

Resources

Clone this wiki locally