chore: disable release draft creation during np

This commit is contained in:
thecodrr
2022-07-15 14:48:44 +05:00
parent ff6463f901
commit e8e564919a

View File

@@ -44,5 +44,12 @@
"qclone": "^1.0.4",
"showdown": "github:thecodrr/showdown",
"spark-md5": "^3.0.1"
},
"np": {
"releaseDraft": false
},
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"access": "restricted"
}
}