Skip to content

Commit 838cf84

Browse files
authored
set up publishing for @apphosting/common pkg (#213)
1 parent 5880bc7 commit 838cf84

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/@apphosting/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apphosting/common",
3-
"version": "1.0.0",
3+
"version": "0.0.1",
44
"description": "Shared library code for App Hosting framework adapters",
55
"author": {
66
"name": "Firebase",

scripts/publish.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const wombatDressingRoomTokens = new Map([
88
// ['firebase-frameworks', process.env.FIREBASE_FRAMEWORKS_NPM_TOKEN],
99
["@apphosting/adapter-nextjs", process.env.ADAPTER_NEXTJS_NPM_TOKEN],
1010
["@apphosting/adapter-angular", process.env.ADAPTER_ANGULAR_NPM_TOKEN],
11+
["@apphosting/common", process.env.ADAPTER_COMMON_NPM_TOKEN],
1112
]);
1213

1314
wombatDressingRoomTokens.forEach((token, pkg) => {

0 commit comments

Comments
 (0)