Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit 8c4dbb7

Browse files
committed
ci: add semantic-release
1 parent 10aa79c commit 8c4dbb7

File tree

3 files changed

+1272
-5
lines changed

3 files changed

+1272
-5
lines changed

buildkite.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,12 @@ steps:
1212
npm test -- --single-run --browsers ChromeHeadlessNoSandbox
1313
bash <(curl -s https://codecov.io/bash) -t df60f52a-e38d-4acc-98df-5ca520687bce
1414
label: ':karma:'
15+
16+
- wait
17+
18+
- command: |-
19+
npm ci
20+
npm run build
21+
npm run semantic-release
22+
branches: master
23+
label: ':npm:'

0 commit comments

Comments
 (0)