Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: 2.1

orbs:
cloudsmith: https://raw.githubusercontent.com/circleci/backplane-cicd/main/orbs/cloudsmith.yml

executors:
node:
docker:
Expand Down Expand Up @@ -40,6 +43,8 @@ jobs:
executor: node
steps:
- checkout
- cloudsmith/configure:
npm: true
- run: pnpm install
- run: pnpm lint
- run: pnpm format
Expand All @@ -48,6 +53,8 @@ jobs:
executor: node
steps:
- checkout
- cloudsmith/configure:
npm: true
- run: pnpm install
- run: pnpm cypress install
- run: pnpm build
Expand All @@ -72,6 +79,8 @@ jobs:
executor: node
steps:
- checkout
- cloudsmith/configure:
npm: true
- check_version
- run:
name: build
Expand All @@ -84,6 +93,8 @@ jobs:
executor: node
steps:
- checkout
- cloudsmith/configure:
npm: true
- check_version
- run:
name: build
Expand Down