File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
packages/@aws-cdk/cli-lib-alpha Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,5 @@ npm-shrinkwrap.json
24
24
25
25
junit.xml
26
26
27
- lib /* .wasm
27
+ lib /** /* .wasm
28
+ lib /** /* .yaml
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ tsconfig.json
25
25
! lib /main.js
26
26
! lib /bridge.js
27
27
! lib /setup-sandbox.js
28
+ ! lib /api /bootstrap /bootstrap-template.yaml
28
29
! * .d.ts
29
30
! * .lit.ts
30
31
! rosetta /
Original file line number Diff line number Diff line change 68
68
"cdk-build" : {
69
69
"post" : [
70
70
" yarn attribute" ,
71
- " cp ../../../node_modules/vm2/lib/bridge.js ../../../node_modules/vm2/lib/setup-sandbox.js ../../aws-cdk/lib/vendor/noctilucent/index_bg.wasm ./lib/" ,
71
+ " cp ../../../node_modules/vm2/lib/bridge.js ../../../node_modules/vm2/lib/setup-sandbox.js ./lib/" ,
72
+ " cp ../../aws-cdk/lib/vendor/noctilucent/index_bg.wasm ./lib/" ,
73
+ " mkdir -p ./lib/api/bootstrap/ && cp ../../aws-cdk/lib/api/bootstrap/bootstrap-template.yaml ./lib/api/bootstrap/" ,
72
74
" yarn bundle" ,
73
75
" node ./lib/main.js >/dev/null 2>/dev/null </dev/null"
74
76
],
You can’t perform that action at this time.
0 commit comments