9 lines
234 B
JSON
9 lines
234 B
JSON
{
|
|
"private": true,
|
|
"aworkspaces": ["frappe-ui", "frontend"],
|
|
"scripts": {
|
|
"postinstall": "cd frontend && yarn install",
|
|
"dev": "cd frontend && yarn dev",
|
|
"build": "cd frontend && yarn build"
|
|
}
|
|
} |