add build steps for publish action
This commit is contained in:
3
.github/workflows/publish-npm.yml
vendored
3
.github/workflows/publish-npm.yml
vendored
@@ -31,6 +31,9 @@ jobs:
|
||||
- name: Generate TS Protobuf
|
||||
run: yarn run generate
|
||||
|
||||
- name: Build
|
||||
run: yarn run build
|
||||
|
||||
- name: Publish package
|
||||
run: npm publish
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user