Skip to content

Commit 163463a

Browse files
authored
chore: Adding a .npmrc file to the root of the repo (#810)
* chore: Adding a .npmrc file to the root of the repo * Removing the root-level .npmrc file
1 parent 8580959 commit 163463a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/publish_package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
set -e
1818
set -u
1919

20-
echo "//wombat-dressing-room.appspot.com/:_authToken=${NPM_AUTH_TOKEN}" >> ~/.npmrc
20+
echo "//wombat-dressing-room.appspot.com/:_authToken=${NPM_AUTH_TOKEN}" >> .npmrc
2121

2222
readonly UNPREFIXED_VERSION=`echo ${VERSION} | cut -c 2-`
2323
npm publish dist/firebase-admin-${UNPREFIXED_VERSION}.tgz --registry https://wombat-dressing-room.appspot.com

0 commit comments

Comments
 (0)