chore: add release script

This commit is contained in:
Braks
2022-05-22 22:46:47 +02:00
parent 70a148d082
commit 796aeaa139
+2 -1
View File
@@ -26,7 +26,8 @@
"prepublishOnly": "yarn build",
"test": "exit 0;",
"lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",
"lint": "yarn lint:js"
"lint": "yarn lint:js",
"release": "yarn np --no-release-draft"
},
"dependencies": {
"@vueuse/core": "^8.4.2",