Skip to content

Commit

Permalink
chore: enabled circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fforbeck committed Oct 25, 2021
1 parent e290230 commit 23171d4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .circle/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
jobs:
build:
docker:
- image: 'circleci/node:latest'
steps:
- checkout
- run:
name: install
command: npm install
- run:
name: lint
command: npm run lint
- run:
name: build
command: npm run build
- run: npm run commitlint-circle
- run:
name: release
command: npm run semantic-release

0 comments on commit 23171d4

Please sign in to comment.