File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2121 - run : yarn install --frozen-lockfile
2222 - run : yarn lint
2323 - run : yarn test
24+ - run : yarn build
2425 - name : Upload coverage report to Codecov
2526 uses : codecov/codecov-action@v2.1.0
2627 with :
Original file line number Diff line number Diff line change 11# ts-transformer-optimize-const-enum
22
3- [ ![ ] ( https://img.shields.io/npm/v/ts-transformer-optimize-const-enum.svg )] ( https://www.npmjs.com/package/ts-transformer-optimize-const-enum ) ![ CI Status] ( https://github.com/Fonger/ts-transformer-optimize-const-enum/actions/workflows/test.yml/badge.svg )
3+ [ ![ ] ( https://img.shields.io/npm/v/ts-transformer-optimize-const-enum.svg )] ( https://www.npmjs.com/package/ts-transformer-optimize-const-enum ) ![ CI Status] ( https://github.com/Fonger/ts-transformer-optimize-const-enum/actions/workflows/test.yml/badge.svg ) [ ![ codecov ] ( https://codecov.io/gh/Fonger/ts-transformer-optimize-const-enum/branch/main/graph/badge.svg?token=CHDVP7EMNA )] ( https://codecov.io/gh/Fonger/ts-transformer-optimize-const-enum )
44
55A typescript transformer that convert exported const enum into object literal.
66
You can’t perform that action at this time.
0 commit comments