Skip to content

Commit 8368b79

Browse files
committed
Merge branch 'master' into fern-support/flat-export
2 parents 7b399d5 + 764ac2f commit 8368b79

File tree

3,692 files changed

+172435
-28623
lines changed

Some content is hidden

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

3,692 files changed

+172435
-28623
lines changed

.fernignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ src/index.ts
99
src/errors/SquareError.ts
1010
src/core/index.ts
1111
src/core/crypto
12-
src/core/json.ts
1312
tests/unit/error.test.ts
1413
tests/unit/fetcher/stream-wrappers/webpack.test.ts
1514
tests/integration

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-node@v3
2828

2929
- name: Compile
30-
run: yarn && yarn test
30+
run: yarn && yarn test:unit
3131

3232
publish:
3333
needs: [ compile ]

0 commit comments

Comments
 (0)