ci: enable npm publishing

This commit is contained in:
Derrick Hammer 2023-07-21 08:08:04 -04:00
parent 0617890621
commit 3b7b960995
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 10 additions and 0 deletions

View File

@ -15,6 +15,16 @@
}
}
}
},
"publish": {
"plugins": {
"3": [
"@semantic-release/npm",
{
"npmPublish": true
}
]
}
}
},
"scripts": {