Skip to content

Commit 281b4d3

Browse files
authored
Migrates from tsdx to DTS (#83)
* Migrate lib to "dts-cli" * Size limit update * Workaround while lint is still broken * back to npm * Jest types
1 parent 815e632 commit 281b4d3

File tree

5 files changed

+11889
-29988
lines changed

5 files changed

+11889
-29988
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
node: ['14.x']
10+
node: ["14.x"]
1111
os: [ubuntu-latest]
1212

1313
steps:
@@ -22,11 +22,8 @@ jobs:
2222
- name: Install deps and build (with cache)
2323
uses: bahmutov/npm-install@v1
2424

25-
- name: Lint
26-
run: yarn lint
27-
2825
- name: Test
29-
run: yarn test --ci --coverage --maxWorkers=2
26+
run: npm test --ci --coverage --maxWorkers=2
3027

3128
- name: Build
32-
run: yarn build
29+
run: npm run build

0 commit comments

Comments
 (0)