13 lines
194 B
JSON
13 lines
194 B
JSON
|
{
|
||
|
"name": "publicodes-monorepo",
|
||
|
"private": true,
|
||
|
"workspaces": [
|
||
|
"core",
|
||
|
"ui-react"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"test": "yarn workspaces run test",
|
||
|
"test:type": "yarn workspaces run tsc"
|
||
|
}
|
||
|
}
|