Update package.json

This commit is contained in:
r1oga
2022-12-20 11:32:51 +01:00
parent 77a3bd9721
commit e3dff86d58

View File

@@ -22,7 +22,8 @@
"repository": "https://github.com/zkitter/configs",
"scripts": {
"build": "js-yaml .prettierrc.yaml > .prettierrc.json",
"postinstall": "bash postinstall.sh"
"postinstall": "bash postinstall.sh",
"prepare": "npm run build"
},
"peerDependencies": {
"prettier": "^2.8.1"