Skip to content

Commit 798bb6f

Browse files
Publishing
1 parent 233cc0c commit 798bb6f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

documentation/development.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ npm run test:e2e:grpc:main
4444
npm run test:e2e:http:main
4545
npm run test:e2e:http:actors
4646
```
47+
48+
## Publishing
49+
50+
./scripts/publish.sh

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/publish.sh

100644100755
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ echo "Executing in $(pwd)"
66
echo "Description: Publish the repository build package"
77
echo "====================================================="
88

9+
echo "Building"
10+
npm run build
11+
912
# Publish
1013
echo "Publishing"
1114
npm publish build/

0 commit comments

Comments
 (0)