Skip to content

Commit 22133a9

Browse files
committed
Removing unused commands from buildspec.yaml
1 parent 444bc49 commit 22133a9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

buildspec.yml

-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,10 @@ phases:
1313
commands:
1414
- n 16
1515
- npm update -g npm
16-
- npm install -g yarn
1716
- curl -sL https://sentry.io/get-cli/ | bash
1817
- aws --version
1918
- node -v
20-
- yarn -v
2119
- sentry-cli --version
22-
- yarn install --frozen-lockfile --production=false
2320
pre_build:
2421
commands:
2522
- export APP_BUILD_VERSION=${CODEBUILD_RESOLVED_SOURCE_VERSION}__$(date -u '+%Y-%m-%dT%T+00:00')

0 commit comments

Comments
 (0)