Skip to content

Commit

Permalink
Fix yarn pkg target
Browse files Browse the repository at this point in the history
  • Loading branch information
rquitales committed Jan 24, 2025
1 parent 89fa007 commit 9efab13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nodejs/eks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "${VERSION}",
"description": "Pulumi Amazon Web Services (AWS) EKS Components.",
"license": "Apache-2.0",
"bin": "bin/index.js",
"bin": "bin/cmd/provider/index.js",
"keywords": [
"pulumi",
"aws",
Expand Down
2 changes: 1 addition & 1 deletion nodejs/eks/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ VERSION=$(jq -r .version "${SCHEMA}")
yarn install --no-progress --frozen-lockfile
yarn check-duplicate-deps
yarn tsc
cp ${SCHEMA} bin/schema.json
cp ${SCHEMA} bin/cmd/provider/schema.json
cp package.json bin/package.json
yarn --cwd bin version --new-version "${VERSION}" --no-git-tag-version
yarn run pkg . --no-bytecode --public-packages "*" --public --target "${TARGET}" --output "${OUT}"

0 comments on commit 9efab13

Please sign in to comment.