Skip to content

Commit

Permalink
set up publishing for @apphosting/common pkg (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
blidd-google authored Jul 9, 2024
1 parent 5880bc7 commit 838cf84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@apphosting/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apphosting/common",
"version": "1.0.0",
"version": "0.0.1",
"description": "Shared library code for App Hosting framework adapters",
"author": {
"name": "Firebase",
Expand Down
1 change: 1 addition & 0 deletions scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const wombatDressingRoomTokens = new Map([
// ['firebase-frameworks', process.env.FIREBASE_FRAMEWORKS_NPM_TOKEN],
["@apphosting/adapter-nextjs", process.env.ADAPTER_NEXTJS_NPM_TOKEN],
["@apphosting/adapter-angular", process.env.ADAPTER_ANGULAR_NPM_TOKEN],
["@apphosting/common", process.env.ADAPTER_COMMON_NPM_TOKEN],
]);

wombatDressingRoomTokens.forEach((token, pkg) => {
Expand Down

0 comments on commit 838cf84

Please sign in to comment.