• Pulls the latest version of the npm package and copies it to the root folder

    Parameters

    Returns Promise<void>

    Throws

    Error if there are not commited changes

    Throws

    Error if the exit code of npm install is not 0

    Example

    await npmPull({
    packageName: '@deep-foundation/deep-memo',
    })

Generated using TypeDoc