Skip to content

Commit 3ce2429

Browse files
committed
Update package.json
1 parent e21d740 commit 3ce2429

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
],
1010
"scripts": {
1111
"dev": "concurrently \"npm run server\" \"npm run web\" --kill-others --names \"SERVER,WEB\" -c \"magenta,blue\"",
12-
"server": "npm run dev --workspace=@objectql/server",
13-
"web": "npm run dev --workspace=@objectql/web",
12+
"server": "npm run dev --workspace=@objectos/server",
13+
"web": "npm run dev --workspace=@objectos/web",
1414
"build": "tsc -b && npm run build --workspaces",
15-
"start": "npm run start --workspace=@objectql/server",
15+
"start": "npm run start --workspace=@objectos/server",
1616
"test": "npm run test --workspaces",
1717
"changeset": "changeset",
1818
"version": "changeset version",

0 commit comments

Comments
 (0)