Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Aug 23, 2024
1 parent 6d2f2d1 commit 789dd84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions test/integration/proxy/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@ EOF

npm config set "${PROXY_SERVER:5}:_authToken" "${NPM_AUTH_TOKEN}"

#echo "${PROXY_SERVER:5}:_authToken=${NPM_AUTH_TOKEN}" > $HOME/.npmrc
#echo "always-auth=true" >> $HOME/.npmrc

echo ".=$PWD"
echo "ROOT_DIR=${ROOT_DIR}"
echo "HOME=$HOME"

echo '***** NPMRC *****'
cat $HOME/.npmrc
echo '***** /NPMRC *****'

(cd pkgs/load && npm publish --registry $PROXY_SERVER)
(cd dist/cli && npm publish --registry $PROXY_SERVER)

Expand Down
2 changes: 1 addition & 1 deletion test/integration/sniff-bytes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@neon-rs/cli": "*",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^20.10.5",
"typescript": "=5.2.2"
"typescript": "^5.2.2"
},
"dependencies": {
"@neon-rs/load": "*"
Expand Down

0 comments on commit 789dd84

Please sign in to comment.