Skip to content

Commit 613f946

Browse files
committed
add wombot publishing
1 parent b8a3c07 commit 613f946

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/publish.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const wombatDressingRoomTokens = new Map([
1515
["@apphosting/adapter-nextjs", process.env.ADAPTER_NEXTJS_NPM_TOKEN],
1616
["@apphosting/adapter-angular", process.env.ADAPTER_ANGULAR_NPM_TOKEN],
1717
["@apphosting/common", process.env.ADAPTER_COMMON_NPM_TOKEN],
18+
["@apphosting/astro-adapter", process.env.ADAPTER_ASTRO_NPM_TOKEN]
1819
]);
1920

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

0 commit comments

Comments
 (0)