Skip to content

Commit 4163250

Browse files
committed
ci: add build step in ci
1 parent ba51110 commit 4163250

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- run:
1717
name: test
1818
command: npm run test
19+
- run:
20+
name: build
21+
command: npm run build
1922
- run:
2023
name: release
2124
command: npm run semantic-release || true

0 commit comments

Comments
 (0)