Skip to content

Commit 141e46b

Browse files
committed
chore: scope workspace package names under icoretech
1 parent df9e7ff commit 141e46b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

apps/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@wootty/server",
2+
"name": "@icoretech/wootty-server",
33
"version": "0.1.0",
44
"private": true,
55
"main": "dist/cli.js",

apps/server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export async function buildServer(options: BuildServerOptions) {
168168
ok: true,
169169
service: "wootty-server",
170170
message:
171-
"Web app is not built yet. Run `pnpm --filter @wootty/web build`.",
171+
"Web app is not built yet. Run `pnpm --filter @icoretech/wootty-web build`.",
172172
}));
173173
}
174174

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@wootty/web",
2+
"name": "@icoretech/wootty-web",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"node": ">=24"
99
},
1010
"scripts": {
11-
"dev": "concurrently -k -n server,web -c cyan,yellow \"pnpm --filter @wootty/server dev\" \"pnpm --filter @wootty/web dev\"",
11+
"dev": "concurrently -k -n server,web -c cyan,yellow \"pnpm --filter @icoretech/wootty-server dev\" \"pnpm --filter @icoretech/wootty-web dev\"",
1212
"build": "pnpm -r build",
1313
"ci": "pnpm lint && git diff --exit-code && pnpm test && pnpm build && pnpm test:e2e && PTY_SMOKE_STRICT=1 pnpm test:pty-smoke",
1414
"ci:act:quality": "act pull_request -j quality",
@@ -19,9 +19,9 @@
1919
"check": "biome check .",
2020
"biome:ci": "biome ci .",
2121
"test": "pnpm -r test",
22-
"test:pty-smoke": "pnpm --filter @wootty/server test:pty-smoke",
23-
"test:e2e": "pnpm --filter @wootty/web test:e2e",
24-
"test:e2e:cross": "pnpm --filter @wootty/web test:e2e:cross",
22+
"test:pty-smoke": "pnpm --filter @icoretech/wootty-server test:pty-smoke",
23+
"test:e2e": "pnpm --filter @icoretech/wootty-web test:e2e",
24+
"test:e2e:cross": "pnpm --filter @icoretech/wootty-web test:e2e:cross",
2525
"typecheck": "pnpm -r typecheck"
2626
},
2727
"pnpm": {

0 commit comments

Comments
 (0)