Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8 from clerkinc/expose_default_instance
Browse files Browse the repository at this point in the history
feat: provide a singleton Clerk instance as the the default export, a…
  • Loading branch information
yourtallness authored Feb 1, 2021
2 parents 02c68ec + c5e7539 commit b4994c8
Show file tree
Hide file tree
Showing 30 changed files with 1,369 additions and 243 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1

- name: Lint
run: yarn lint
# disable for now
# - name: Lint
# run: yarn lint

- name: Test
run: yarn test --ci --coverage --maxWorkers=2
Expand Down
Loading

0 comments on commit b4994c8

Please sign in to comment.