Skip to content

Add CI (build, test, coverage) #29

Closed
@SleeplessByte

Description

@SleeplessByte

We run most things exercism on Travis, but anything will do. Github actions allowed! Should:

  • run yarn
  • this will do all the work
"prepublish": "yarn test",
"lint": "yarn eslint . --ext ts,js,tsx,jsx,mjs",
"test": "yarn build && jest",
"posttest": "yarn lint"

Here is an example using npm: #54

What's missing:

  • coverage
  • actionable reporting (when something blows up)

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