chore: skip tests during publishing with np

This commit is contained in:
thecodrr
2022-07-15 10:11:38 +05:00
parent da151cd8c2
commit 2f3cee5297

View File

@@ -80,6 +80,10 @@
"prepub": "./scripts/compile.sh",
"pub": "np"
},
"np": {
"tests": false,
"releaseDraft": false
},
"publishConfig": {
"registry": "https://npm.pkg.github.com",
"access": "restricted"