crm/package.json

11 lines
256 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"postinstall": "cd frontend && yarn install",
"dev": "cd frontend && yarn dev",
"build": "cd frontend && yarn build",
"upgrade-frappeui": "cd frontend && yarn add frappe-ui@latest && cd .."
}
}