Skip to content

Commit

Permalink
Add prepare script to the publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelreichor committed Oct 30, 2024
1 parent fece599 commit ccab266
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/strange-candles-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"nuxt-craftcms": patch
---

Add prepare script to the publish workflow
7 changes: 6 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ jobs:
with:
node-version: 20

- run: npm install --frozen-lockfile
- name: Install dependencies
run: npm install --frozen-lockfile

- name: Prepare
run: npm run dev:prepare

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

0 comments on commit ccab266

Please sign in to comment.