mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2026-01-25 16:02:59 +00:00
8 lines
116 B
YAML
8 lines
116 B
YAML
language: node_js
|
|
node_js:
|
|
- node
|
|
script:
|
|
- npm run build
|
|
- npm run test:coverage
|
|
- npm run codecov
|