Commit 11362f0 1 parent 56a1464 commit 11362f0 Copy full SHA for 11362f0
File tree 6 files changed +18
-4
lines changed
6 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 6
6
"@turbo/gen" : " 1.13.3" ,
7
7
"knip" : " ^5.25.2" ,
8
8
"one-version" : " 0.2.0" ,
9
- "turbo" : " 2.0.6 " ,
9
+ "turbo" : " 2.0.11 " ,
10
10
"@biomejs/biome" : " 1.8.3"
11
11
},
12
12
"scripts" : {
22
22
"one-version:check" : " one-version check" ,
23
23
"knip" : " knip"
24
24
},
25
- "packageManager" : " bun@1.1.17 "
25
+ "packageManager" : " bun@1.1.21 "
26
26
}
Original file line number Diff line number Diff line change
1
+ import { runBuild } from "hohoro" ;
2
+
3
+ await runBuild ( {
4
+ rootDirectory : process . cwd ( ) ,
5
+ logger : console ,
6
+ } ) ;
Original file line number Diff line number Diff line change 22
22
"devDependencies" : {
23
23
"@swc/cli" : " 0.3.10" ,
24
24
"@swc/core" : " 1.4.2" ,
25
- "hohoro" : " 0.1.2 " ,
25
+ "hohoro" : " 0.2.0 " ,
26
26
"@types/bun" : " latest" ,
27
27
"typescript" : " 5.4.5"
28
28
},
29
29
"scripts" : {
30
+ "dev" : " node --watch-path=./src dev.mjs" ,
30
31
"build" : " hohoro" ,
31
32
"type-check" : " tsc -p ./tsconfig.json" ,
32
33
"lint" : " biome lint ./src/" ,
Original file line number Diff line number Diff line change
1
+ import { runBuild } from "hohoro" ;
2
+
3
+ await runBuild ( {
4
+ rootDirectory : process . cwd ( ) ,
5
+ logger : console ,
6
+ } ) ;
Original file line number Diff line number Diff line change 22
22
"devDependencies" : {
23
23
"@swc/cli" : " 0.3.10" ,
24
24
"@swc/core" : " 1.4.2" ,
25
- "hohoro" : " 0.1.2 " ,
25
+ "hohoro" : " 0.2.0 " ,
26
26
"@types/bun" : " latest" ,
27
27
"typescript" : " 5.4.5"
28
28
},
29
29
"scripts" : {
30
+ "dev" : " node --watch-path=./src dev.mjs" ,
30
31
"build" : " hohoro" ,
31
32
"type-check" : " tsc -p ./tsconfig.json" ,
32
33
"lint" : " biome lint ./src/" ,
You can’t perform that action at this time.
0 commit comments