We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
buid:web
1 parent 5213e9f commit 9cffb55Copy full SHA for 9cffb55
package.json
@@ -44,7 +44,7 @@
44
"build:packages": "bun run ./scripts/build.ts",
45
"build:apps": "bun run --filter './apps/*' build",
46
"build:server": "bun run build:packages && bun run --filter '@nbw/backend' build",
47
- "build:web": "bun run --filter '@nbs/frontend' build",
+ "build:web": "bun run --filter '@nbw/frontend' build",
48
"build:all": "bun run build:packages && bun run build:apps",
49
"docker": "docker-compose -f docker-compose-dev.yml up -d && bun run dev && docker-compose down",
50
"start:apps": "bun run --filter './apps/*' start",
0 commit comments