Skip to content

Commit 0f7e122

Browse files
committed
The top-level package also needs to be published
1 parent 416bbc1 commit 0f7e122

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

extra/npm/publish-all.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ npm publish --access public
4141
cd "$return"
4242

4343

44+
# Finally, publish the top level `lamdera` package
45+
npm publish --access public
46+
4447
exit
4548

4649
# When we have an arm32 bit build working we can publish this

0 commit comments

Comments
 (0)