mirror of
https://github.com/fluencelabs/aqua.git
synced 2024-12-12 17:55:33 +00:00
chore: Run build when releasing cli (#641)
Run build when releasing cli
This commit is contained in:
parent
1d0448cb96
commit
0a7d8d63a3
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -136,6 +136,9 @@ jobs:
|
||||
- run: npm i
|
||||
working-directory: cli/cli-npm
|
||||
|
||||
- run: npm run build
|
||||
working-directory: cli/cli-npm
|
||||
|
||||
- name: Publish to NPM registry
|
||||
run: npm publish --access public
|
||||
working-directory: cli/cli-npm
|
||||
|
Loading…
Reference in New Issue
Block a user