Skip to content
This repository was archived by the owner on Oct 21, 2021. It is now read-only.

Remove prepublish #18

@IgnusG

Description

@IgnusG

While installing dependencies I received this message:

npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated.
npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only.
npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.

prepare is already run after prepublish so the latter one could be removed.

· prepare:  Run  both  BEFORE  the  package is packed and published, and on local npm install without any arguments (See below). This is run
         AFTER prepublish, but BEFORE prepublishOnly.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions