Skip to content

Commit

Permalink
Build JS when doing the release (#434)
Browse files Browse the repository at this point in the history
* Build JS when doing the release

* Adds a changeset
  • Loading branch information
matthewp authored Jun 20, 2022
1 parent bca4b4a commit 9fcc43b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-readers-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/compiler': patch
---

Build JS during the release
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
env:
CI: true

- name: Build JS
run: pnpm run build:compiler

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit 9fcc43b

Please sign in to comment.