chore: add empty test script

This commit is contained in:
bcakmakoglu
2022-06-03 21:27:49 +02:00
parent f21d317fe8
commit 22f87a8334
+2 -1
View File
@@ -31,7 +31,8 @@
"lint:dist": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix ./dist",
"prepublishOnly": "shx cp ../../README.md .",
"release": "pnpm np",
"postpublish": "shx rm README.md"
"postpublish": "shx rm README.md",
"test": "exit 0"
},
"peerDependencies": {
"vue": "^3.2.25"