Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tatethurston committed Jul 24, 2023
1 parent c1c374d commit 8199a45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Check for uncommited changes to generated files
run: |
pnpm regen
pnpm regen && pnpm typecheck
if git diff --quiet; then
echo "No changes detected."
else
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
registry-url: "https://registry.npmjs.org"
- run: pnpm install --frozen-lockfile
- run: cp README.md LICENSE CHANGELOG.md packages/protoscript
- run: cd packages/protoscript
- run: pnpm package:build
- run: npm publish
- run: cd packages/protoscript && pnpm package:build && npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 8199a45

Please sign in to comment.