11 lines
257 B
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 .."
|
|
}
|
|
}
|