mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Made the build steps in Circle CI a bit nicer
This commit is contained in:
parent
35dbe75b2f
commit
d83377719a
@ -11,21 +11,21 @@ jobs:
|
||||
- v1-dependencies-{{ checksum "package.json" }}
|
||||
- v1-dependencies-
|
||||
- run:
|
||||
name: install
|
||||
name: Install dependencies
|
||||
command: yarn install
|
||||
- save_cache:
|
||||
key: v1-dependencies-{{ checksum "package.json" }}
|
||||
paths:
|
||||
- node_modules
|
||||
- run:
|
||||
name: build
|
||||
name: Build library
|
||||
command: yarn run release
|
||||
- run:
|
||||
name: test
|
||||
name: Run unit tests
|
||||
command: yarn run test:coverage
|
||||
- run:
|
||||
name: e2e
|
||||
name: Run e2e tests
|
||||
command: yarn run test:e2e
|
||||
- run:
|
||||
name: codecov
|
||||
name: Submit to Codecov
|
||||
command: yarn run codecov
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user