File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
packages/~/infra/moncomptepro/lib Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
//
2
2
3
+ import { $ } from "bun" ;
4
+
3
5
const minify = true ;
4
6
5
7
{
@@ -41,4 +43,19 @@ const minify = true;
41
43
console . log ( { logs, outputs, success } ) ;
42
44
}
43
45
46
+ {
47
+ console . log ( "> @numerique-gouv/moncomptepro install" ) ;
48
+ const { stdout } = await $ `npm i` . cwd (
49
+ "node_modules/@numerique-gouv/moncomptepro" ,
50
+ ) ;
51
+ console . log ( stdout . toString ( ) ) ;
52
+ }
53
+ {
54
+ console . log ( "> @numerique-gouv/moncomptepro build" ) ;
55
+ const { stdout } = await $ `npm exec tsc` . cwd (
56
+ "node_modules/@numerique-gouv/moncomptepro" ,
57
+ ) ;
58
+ console . log ( stdout . toString ( ) ) ;
59
+ }
60
+
44
61
export { } ;
Original file line number Diff line number Diff line change 15
15
}
16
16
},
17
17
"dependencies" : {
18
- "@numerique-gouv/moncomptepro" : " numerique-gouv/moncomptepro#f26af544c636f071bf6efc4343bfe4f9e98fddb5 " ,
18
+ "@numerique-gouv/moncomptepro" : " numerique-gouv/moncomptepro#be03264c4ee54cb005ef838f32b1c566ef185852 " ,
19
19
"@~/app.core" : " workspace:*" ,
20
20
"consola" : " 3.2.3" ,
21
21
"zod" : " 3.23.8"
You can’t perform that action at this time.
0 commit comments