Skip to content

Commit b47a3a8

Browse files
committed
chore: Turn on dry run
1 parent 4c38bef commit b47a3a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151
"prerelease": true
5252
}
5353
],
54-
"dryRun": false,
54+
"dryRun": true,
5555
"plugins": [
5656
"@semantic-release/commit-analyzer",
5757
"@semantic-release/release-notes-generator",
5858
[
5959
"@semantic-release/npm",
6060
{
6161
"pkgRoot": "./dist/stream-chat-angular",
62-
"npmPublish": true
62+
"npmPublish": false
6363
}
6464
],
6565
[

0 commit comments

Comments
 (0)