chore: remove architecture reference from package.json
This commit is contained in:
parent
b601ab4b24
commit
a5888e2087
|
|
@ -1,11 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "opencut",
|
"name": "opencut",
|
||||||
"private": true,
|
"private": true,
|
||||||
"workspaces": ["apps/*", "architecture"],
|
"workspaces": ["apps/*"],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "turbo dev",
|
"dev": "turbo dev",
|
||||||
"dev:web": "turbo dev --filter=@opencut/web",
|
"dev:web": "turbo dev --filter=@opencut/web",
|
||||||
"dev:architecture": "turbo dev --filter=@opencut/architecture",
|
|
||||||
"build": "turbo build",
|
"build": "turbo build",
|
||||||
"deploy": "turbo deploy"
|
"deploy": "turbo deploy"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue