Skip to content

Commit a5888e2

Browse files
committed
chore: remove architecture reference from package.json
1 parent b601ab4 commit a5888e2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "opencut",
33
"private": true,
4-
"workspaces": ["apps/*", "architecture"],
4+
"workspaces": ["apps/*"],
55
"scripts": {
66
"dev": "turbo dev",
77
"dev:web": "turbo dev --filter=@opencut/web",
8-
"dev:architecture": "turbo dev --filter=@opencut/architecture",
98
"build": "turbo build",
109
"deploy": "turbo deploy"
1110
},

0 commit comments

Comments
 (0)