1
0
forked from test/crm
jcrm/package.json

11 lines
257 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 jingrow-ui@latest && cd .."
}
}