Skip to content

Commit ad0c514

Browse files
committed
feat: add circle-ci config
1 parent 4a086e2 commit ad0c514

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.circleci/config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
jobs:
3+
build:
4+
docker:
5+
- image: 'circleci/node:latest'
6+
steps:
7+
- checkout
8+
- run:
9+
name: install
10+
command: npm install
11+
- run:
12+
name: release
13+
command: npm run semantic-release || true

0 commit comments

Comments
 (0)