Skip to content

Commit f54c0fe

Browse files
committed
publish to the Google npm service
1 parent 6bdf3a8 commit f54c0fe

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
169169
with:
170170
node-version: '20'
171-
registry-url: 'https://registry.npmjs.org'
171+
registry-url: 'https://wombat-dressing-room.appspot.com/'
172172
check-latest: false
173173
- name: 'Download Artifacts'
174174
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@angular/fire",
33
"version": "21.0.0-rc.0",
44
"description": "Angular + Firebase = ❤️",
5+
"publishConfig": {
6+
"registry": "https://wombat-dressing-room.appspot.com",
7+
"access": "public"
8+
},
59
"private": true,
610
"scripts": {
711
"test": "npm run build:jasmine && npm run test:node-esm && npm run test:chrome-headless",

src/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"name": "@angular/fire",
44
"version": "ANGULARFIRE2_VERSION",
55
"description": "Angular + Firebase = ❤️",
6+
"publishConfig": {
7+
"registry": "https://wombat-dressing-room.appspot.com",
8+
"access": "public"
9+
},
610
"schematics": "./schematics/collection.json",
711
"builders": "./schematics/builders.json",
812
"keywords": [

tools/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ fi;
1717
npm --no-git-tag-version --allow-same-version -f version $OVERRIDE_VERSION
1818

1919
npm run build &&
20-
echo "npm publish . --registry https://wombat-dressing-room.appspot.com --tag $NPM_TAG" > ./dist/packages-dist/publish.sh &&
20+
echo "npm publish . --access public --registry https://wombat-dressing-room.appspot.com --tag $NPM_TAG" > ./dist/packages-dist/publish.sh &&
2121
chmod +x ./dist/packages-dist/publish.sh

0 commit comments

Comments
 (0)