Skip to content

Commit

Permalink
ci(grammar): use correct command to build grammar package
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino committed Sep 13, 2024
1 parent 50f4018 commit 9077754
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/grammar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@ jobs:
- name: 🛠️ Prepare pnpm workspace
uses: dyne/pnpm@main
with:
build: pnpm build
build: pnpm build:grammar
- name: 📦 Releases
working-directory: ./grammar
run: |
pnpm build
npx semantic-release
run: npx semantic-release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9077754

Please sign in to comment.