Skip to content

Commit

Permalink
typo: missing '=' in publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Mar 15, 2024
1 parent 7430c93 commit f9a215c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/proxy/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ npx npm-cli-adduser -u ${PROXY_USER} -p ${PROXY_PASSWORD} -e ${PROXY_EMAIL} -r $

cd test/integration/sniff-bytes
npm i
NEON_BUILD_PLATFORM${CURRENT_PLATFORM} npm run build
NEON_BUILD_PLATFORM=${CURRENT_PLATFORM} npm run build
mkdir -p dist
# NOTE: `basename` is a workaround for https://github.com/npm/cli/issues/3405
PACKAGE_TARBALL=$(basename $(npm pack ./platforms/$CURRENT_PLATFORM --pack-destination=./dist --json | jq -r '.[0].filename'))
Expand Down

0 comments on commit f9a215c

Please sign in to comment.