Skip to content

Commit

Permalink
chore: use 'yarn run' for buildspec.yaml (#1143)
Browse files Browse the repository at this point in the history
Signed-off-by: Caden Marofke <[email protected]>
  • Loading branch information
marofke authored Nov 23, 2023
1 parent 213605d commit fc50da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ phases:
- yarn install --frozen-lockfile
build:
commands:
- yarn build
- yarn run build
post_build:
commands:
- "[ -f .BUILD_COMPLETED ] && yarn pack"
- "[ -f .BUILD_COMPLETED ] && yarn run pack"
artifacts:
files:
- "**/*"
Expand Down

0 comments on commit fc50da7

Please sign in to comment.