Skip to content

Commit

Permalink
Remove npm run proto from publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Sep 5, 2024
1 parent a60f75a commit e1b526e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
node-version: "19.x"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm run proto
- run: npm run build
- run: npm publish --tag latest --access public
env:
Expand Down

0 comments on commit e1b526e

Please sign in to comment.