Closed
Description
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
Labels
No labels