We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314bb38 commit 841c0a4Copy full SHA for 841c0a4
.circleci/config.yml
@@ -6,4 +6,6 @@ jobs:
6
steps:
7
- checkout
8
- run: sudo npm install -g yarn semantic-release
9
+ - run: yarn install
10
+ - run: yarn test
11
- run: semantic-release
0 commit comments