Skip to content

Commit 536b8e5

Browse files
committed
chore: update release docs
1 parent abde4e7 commit 536b8e5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MAINTAINERS.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Then you can run:
3838
# Make and push docker containers (in a separate terminal).
3939
make -C packages/deployment docker-build docker-push
4040
# Build all package generated files.
41+
yarn install
4142
yarn build
4243
# Pulblish to NPM.
4344
yarn lerna publish from-package

lerna.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
}
77
},
88
"packages": [
9+
".",
910
"packages/*",
1011
"packages/agoric-cli/template/.agservers",
1112
"packages/agoric-cli/template/api",

0 commit comments

Comments
 (0)