Skip to content

Commit

Permalink
chore: updated buildspecs for aws code build to prep corepack for pnp…
Browse files Browse the repository at this point in the history
…m version changes.
  • Loading branch information
rboorman committed Mar 3, 2025
1 parent 619e0c7 commit 7d8a7ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .aws/auth.buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ phases:
pre_build:
commands:
- echo Executing Pre Build Phase
- corepack prepare --activate
- corepack enable
- npm run bootstrap
finally:
Expand Down
1 change: 1 addition & 0 deletions .aws/casualos.buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ phases:
on-failure: ABORT
commands:
- echo Executing Pre Build Phase
- corepack prepare --activate
- corepack enable
- npm run bootstrap
finally:
Expand Down
1 change: 1 addition & 0 deletions .aws/player.buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ phases:
pre_build:
commands:
- echo Executing Pre Build Phase
- corepack prepare --activate
- corepack enable
- npm run bootstrap
finally:
Expand Down

0 comments on commit 7d8a7ae

Please sign in to comment.