13 lines
256 B
JSON
13 lines
256 B
JSON
{
|
|
"name": "ainative-okr-casan5",
|
|
"private": true,
|
|
"workspaces": [
|
|
"backend",
|
|
"frontend"
|
|
],
|
|
"scripts": {
|
|
"build": "npm run build -w backend && npm run build -w frontend",
|
|
"test": "npm test -w backend && npm test -w frontend"
|
|
}
|
|
}
|