Skip to content

Refactor npm scripts to have a clear install+test pattern #157

@mgol

Description

@mgol

We should get to the point where npm run build installs & builds the project & npm test builds & tests it (including running linters) like in Core. In particular, that means running npm install && npm test (or it's alias npm it) is enough to run all checks for the current code that don't require spawning a real browser.

This idea originated in #155.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions