@dreamworld/dw-sample-npm-module

1.5.0 • Public • Published

Sample NPM package

A Sample NPM package with automated deployment based on branches to NPM for both release snapshot releases.

Docs

To skip automated release (CI/CD pipeline), add [ci skip] into your git commit message.

Troubleshooting

Pipeline fails with Error [ERR_REQUIRE_ESM]: Must use import to load ES Module:

Refer to this document.

Pipeline completes, but doesn't release new version saying "This run was triggered by a pull request and therefore a new version won't be published."

When there is a Pull Request open for the branch, CircleCI would consider it as if its run from the PR, so semantic-release would not be able to release the version.

To fix it, just temporary close the PR and trigger the Pipeline again. Once its complete, you can re-open the same PR.

/@dreamworld/dw-sample-npm-module/

    Package Sidebar

    Install

    npm i @dreamworld/dw-sample-npm-module

    Weekly Downloads

    2

    Version

    1.5.0

    License

    ISC

    Unpacked Size

    9.06 kB

    Total Files

    7

    Last publish

    Collaborators

    • chiragmoradiya
    • chetang7
    • ajay-dhameliya
    • dw-devops