File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "name" : " @steambrew/web" ,
3- "version" : " 1.0.0" ,
4- "author" : " SteamClientHomebrew" ,
5- "license" : " MIT" ,
6- "private" : true ,
7- "packageManager" : " bun@1.3.13" ,
8- "scripts" : {
9- "install:all" : " cd apps/www && bun install && cd ../docs && bun install" ,
10- "dev" : " (cd apps/www && bun run dev) & (cd apps/docs && bun run dev) & wait" ,
11- "build" : " cd apps/www && bun run build && cd ../../apps/docs && bun run build"
12- },
13- "trustedDependencies" : [
14- " esbuild" ,
15- " protobufjs" ,
16- " re2"
17- ]
2+ "name" : " @steambrew/web" ,
3+ "version" : " 1.0.0" ,
4+ "author" : " SteamClientHomebrew" ,
5+ "license" : " MIT" ,
6+ "private" : true ,
7+ "packageManager" : " bun@1.3.13" ,
8+ "scripts" : {
9+ "install:all" : " cd apps/www && bun install && cd ../docs && bun install" ,
10+ "dev" : " (cd apps/www && bun run dev)" ,
11+ "docs" : " (cd apps/docs && bun run dev)" ,
12+ "build" : " cd apps/www && bun run build && cd ../../apps/docs && bun run build"
13+ },
14+ "trustedDependencies" : [
15+ " esbuild" ,
16+ " protobufjs" ,
17+ " re2"
18+ ]
1819}
You can’t perform that action at this time.
0 commit comments