Skip to content

Commit

Permalink
fix: adds npm run build to publish script (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock authored Feb 13, 2024
1 parent e27648e commit da8edb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
continue-on-error: true
run: npm list
- run: npm ci
- run: npm run build -ws
- run: npm audit
- run: npm publish -ws
env:
Expand Down
1 change: 1 addition & 0 deletions docs/generated/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ <h1>Agent-JS Changelog</h1>
<section>
<h2>Version x.x.x</h2>
<ul>
<li>fix: adds npm run build to publish script</li>
<li>chore: update Management Canister interface</li>
<li>feat: new CustomPath class, better docs, and deprecating metadata path type for CanisterStatus</li>
<li>chore: adding new controller to snapshot for e2e canister status</li>
Expand Down

0 comments on commit da8edb4

Please sign in to comment.