Skip to content

Commit

Permalink
feat(lib): add turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Aug 3, 2024
1 parent 02fed52 commit bd330ca
Show file tree
Hide file tree
Showing 25 changed files with 112 additions and 2 deletions.
1 change: 1 addition & 0 deletions .turbo/cache/1c9102b79471b0f5-meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "hash": "1c9102b79471b0f5", "duration": 1607 }
Binary file added .turbo/cache/1c9102b79471b0f5.tar.zst
Binary file not shown.
1 change: 1 addition & 0 deletions .turbo/cache/4883f8ac8b0355de-meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "hash": "4883f8ac8b0355de", "duration": 1970 }
Binary file added .turbo/cache/4883f8ac8b0355de.tar.zst
Binary file not shown.
1 change: 1 addition & 0 deletions .turbo/cache/572ab72c4c2dda9e-meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "hash": "572ab72c4c2dda9e", "duration": 1852 }
Binary file added .turbo/cache/572ab72c4c2dda9e.tar.zst
Binary file not shown.
1 change: 1 addition & 0 deletions .turbo/cache/7ac2a161e1aa81b0-meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "hash": "7ac2a161e1aa81b0", "duration": 1703 }
Binary file added .turbo/cache/7ac2a161e1aa81b0.tar.zst
Binary file not shown.
Empty file added .turbo/cookies/1.cookie
Empty file.
Empty file added .turbo/cookies/2.cookie
Empty file.
Empty file added .turbo/cookies/3.cookie
Empty file.
Empty file added .turbo/cookies/4.cookie
Empty file.
Empty file added .turbo/cookies/5.cookie
Empty file.
Empty file added .turbo/cookies/6.cookie
Empty file.
Empty file added .turbo/cookies/7.cookie
Empty file.
Empty file added .turbo/cookies/8.cookie
Empty file.
Empty file added .turbo/cookies/9.cookie
Empty file.
Empty file.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mina-js",
"private": true,
"scripts": {
"build": "bun run --filter '*' build",
"build": "turbo build",
"test": "bun run --filter '*' test",
"lint": "bunx biome check .",
"format": "bunx biome check . --write",
Expand All @@ -14,7 +14,9 @@
"@tsconfig/bun": "1.0.7",
"@types/bun": "1.1.6",
"tsup": "8.2.3",
"turbo": "^2.0.11",
"typescript": "5.5.4"
},
"workspaces": ["packages/*"]
"workspaces": ["packages/*"],
"packageManager": "[email protected]"
}
23 changes: 23 additions & 0 deletions packages/accounts/.turbo/turbo-build.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

yarn run v1.22.19
warning package.json: No license field
$ tsup
CLI Building entry: src/index.ts
CLI Using tsconfig: ../../tsconfig.json
CLI tsup v8.2.3
CLI Using tsup config: /Users/tomek/repos/mina-js/packages/accounts/tsup.config.ts
CLI Target: esnext
CLI Cleaning output folder
ESM Build start
CJS Build start
CJS dist/index.js 2.25 KB
CJS dist/index.js.map 1.44 KB
CJS ⚡️ Build success in 8ms
ESM dist/index.mjs 575.00 B
ESM dist/index.mjs.map 1.35 KB
ESM ⚡️ Build success in 9ms
DTS Build start
DTS ⚡️ Build success in 608ms
DTS dist/index.d.mts 631.00 B
DTS dist/index.d.ts 631.00 B
✨ Done in 1.39s.
23 changes: 23 additions & 0 deletions packages/connect/.turbo/turbo-build.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

yarn run v1.22.19
warning package.json: No license field
$ tsup
CLI Building entry: src/index.ts
CLI Using tsconfig: ../../tsconfig.json
CLI tsup v8.2.3
CLI Using tsup config: /Users/tomek/repos/mina-js/packages/connect/tsup.config.ts
CLI Target: esnext
CLI Cleaning output folder
ESM Build start
CJS Build start
ESM dist/index.mjs 1.99 KB
ESM dist/index.mjs.map 5.61 KB
ESM ⚡️ Build success in 6ms
CJS dist/index.js 3.07 KB
CJS dist/index.js.map 6.11 KB
CJS ⚡️ Build success in 6ms
DTS Build start
DTS ⚡️ Build success in 632ms
DTS dist/index.d.mts 2.51 KB
DTS dist/index.d.ts 2.51 KB
✨ Done in 1.49s.
23 changes: 23 additions & 0 deletions packages/providers/.turbo/turbo-build.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

yarn run v1.22.19
warning package.json: No license field
$ tsup
CLI Building entry: src/index.ts
CLI Using tsconfig: ../../tsconfig.json
CLI tsup v8.2.3
CLI Using tsup config: /Users/tomek/repos/mina-js/packages/providers/tsup.config.ts
CLI Target: esnext
CLI Cleaning output folder
ESM Build start
CJS Build start
CJS dist/index.cjs 3.67 KB
CJS dist/index.cjs.map 3.75 KB
CJS ⚡️ Build success in 8ms
ESM dist/index.js 1.70 KB
ESM dist/index.js.map 3.58 KB
ESM ⚡️ Build success in 8ms
DTS Build start
DTS ⚡️ Build success in 849ms
DTS dist/index.d.ts 12.34 KB
DTS dist/index.d.cts 12.34 KB
✨ Done in 1.64s.
23 changes: 23 additions & 0 deletions packages/shared/.turbo/turbo-build.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

yarn run v1.22.19
warning package.json: No license field
$ tsup
CLI Building entry: src/index.ts
CLI Using tsconfig: ../../tsconfig.json
CLI tsup v8.2.3
CLI Using tsup config: /Users/tomek/repos/mina-js/packages/shared/tsup.config.ts
CLI Target: esnext
CLI Cleaning output folder
ESM Build start
CJS Build start
ESM dist/index.js 33.00 B
ESM dist/index.js.map 71.00 B
ESM ⚡️ Build success in 11ms
CJS dist/index.cjs 788.00 B
CJS dist/index.cjs.map 447.00 B
CJS ⚡️ Build success in 12ms
DTS Build start
DTS ⚡️ Build success in 724ms
DTS dist/index.d.ts 4.46 KB
DTS dist/index.d.cts 4.46 KB
✨ Done in 1.76s.
12 changes: 12 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"outputs": ["dist/**"]
},
"dev": {
"persistent": true,
"cache": false
}
}
}

0 comments on commit bd330ca

Please sign in to comment.