Skip to content

Commit 8e8142d

Browse files
committed
fix(ci): make sure the release process publishes a pacakge
the core package has npm publish disabled by default. This enables it so the npm publish happens during the release process.
1 parent fd74a3a commit 8e8142d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

release.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
module.exports = {
44
'extends': '@codedependant/release-config-core'
55
, 'branches': ['main']
6+
, 'npmPublish': true
67
}

0 commit comments

Comments
 (0)