Skip to content

Commit 406b4a9

Browse files
committed
ci: lerna publish --yes
1 parent ac75a3b commit 406b4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
git remote set-url origin "https://github.com/nodkz/mongodb-memory-server.git" > /dev/null 2>&1
5555
git checkout master
5656
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc 2> /dev/null
57-
- run: yarn release
57+
- run: yarn release --yes
5858

5959
workflows:
6060
version: 2

0 commit comments

Comments
 (0)