diff --git a/buildspec.yaml b/buildspec.yaml index 1cddc817e..64bb09f29 100644 --- a/buildspec.yaml +++ b/buildspec.yaml @@ -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: - "**/*"