Skip to content

Commit ef8c2c0

Browse files
committed
transpile with tsdown instead of tsc
1 parent 23e83e4 commit ef8c2c0

File tree

89 files changed

+1437
-336
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+1437
-336
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
SLOW_SIMAPP50_ENABLED: 1
4949
TENDERMINT_ENABLED: 1
5050
SOCKETSERVER_ENABLED: 1
51-
SKIP_BUILD: 1
5251
WASMD_ENABLED: 1
5352
run: yarn coverage
5453

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
SLOW_SIMAPP50_ENABLED: 1
4949
TENDERMINT_ENABLED: 1
5050
SOCKETSERVER_ENABLED: 1
51-
SKIP_BUILD: 1
5251
WASMD_ENABLED: 1
5352
run: yarn test-chrome
5453

@@ -97,7 +96,6 @@ jobs:
9796
SLOW_SIMAPP50_ENABLED: 1
9897
TENDERMINT_ENABLED: 1
9998
SOCKETSERVER_ENABLED: 1
100-
SKIP_BUILD: 1
10199
WASMD_ENABLED: 1
102100
SES_ENABLED: 1
103101
run: yarn test --stream
@@ -145,7 +143,6 @@ jobs:
145143
HTTPSERVER_ENABLED: 1
146144
TENDERMINT_ENABLED: 1
147145
SOCKETSERVER_ENABLED: 1
148-
SKIP_BUILD: 1
149146
WASMD_ENABLED: 1
150147
run: |
151148
[ "${{ matrix.simapp }}" = "simapp47" ] && export SIMAPP47_ENABLED=1 SLOW_SIMAPP47_ENABLED=1

0 commit comments

Comments
 (0)