chore(core): add pre and post publish scripts

This commit is contained in:
braks
2024-02-23 09:47:44 +01:00
parent 415424a080
commit d5587f196a

View File

@@ -62,6 +62,8 @@
"theme": "postcss src/style.css -o dist/style.css && postcss src/theme-default.css -o dist/theme-default.css",
"lint": "eslint --ext .js,.ts,.vue ./",
"lint:dist": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix --ignore-pattern !**/* ./dist",
"prepublishOnly": "shx cp ../../README.md .",
"postpublish": "shx rm README.md",
"test": "exit 0"
},
"peerDependencies": {