NPM Build Utilities @ 0.1.3
    Preparing search index...

    Interface All

    An object with each stage's substages.

    Those that are optional only have abstract classes included in this package (test, document).

    0.1.0-alpha

    interface All {
        build: Stage.SubStage.Build;
        compile: Stage.SubStage.Compile;
        document: Stage.SubStage.Document;
        package: Stage.SubStage.Package;
        release: Stage.SubStage.Release;
        snapshot: "snap";
        test: Stage.SubStage.Test;
    }
    Index

    Properties

    snapshot: "snap"