Skip to content

Commit 0511780

Browse files
authored
chore: Fix npx error (#650)
Integration testing run in the release build was failing. See: aws/aws-sdk-js#3763
1 parent 6b1d1a6 commit 0511780

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codebuild/release/prod-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ version: 0.2
22

33
env:
44
variables:
5+
NPM_CONFIG_UNSAFE_PERM: true
56
NODE_OPTIONS: "--max-old-space-size=4096"
67
BRANCH: "master"
78
# An explicit version bump

0 commit comments

Comments
 (0)