Skip to content

Commit 9cffb55

Browse files
committed
fix: typo in package name on buid:web script
1 parent 5213e9f commit 9cffb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"build:packages": "bun run ./scripts/build.ts",
4545
"build:apps": "bun run --filter './apps/*' build",
4646
"build:server": "bun run build:packages && bun run --filter '@nbw/backend' build",
47-
"build:web": "bun run --filter '@nbs/frontend' build",
47+
"build:web": "bun run --filter '@nbw/frontend' build",
4848
"build:all": "bun run build:packages && bun run build:apps",
4949
"docker": "docker-compose -f docker-compose-dev.yml up -d && bun run dev && docker-compose down",
5050
"start:apps": "bun run --filter './apps/*' start",

0 commit comments

Comments
 (0)