Skip to content

Commit

Permalink
update circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
janmazak committed Feb 16, 2023
1 parent 83ef3a0 commit 5e83052
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,18 @@ jobs:
- node_modules
key: v2-dependencies-{{ checksum "yarn.lock" }}

- run:
name: Build
command: yarn build
- run:
name: Lint
command: yarn lint
- run:
name: Spellcheck
command: yarn spell:check
- run:
name: Audit dependencies
command: yarn audit
- run:
name: Build
command: yarn build
- run:
name: Try building the example
command: yarn tsc -p example-node/tsconfig.json --noEmit
Expand Down

0 comments on commit 5e83052

Please sign in to comment.