Skip to content

Commit

Permalink
add build step to RC flow
Browse files Browse the repository at this point in the history
  • Loading branch information
Marabyte committed May 13, 2024
1 parent 50dadaa commit 84921e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: Build package
run: npm run build

- name: Build for unpkg
run: npx esbuild ./dist/index.mjs --minify --outfile=./dist/index.min.js

- name: Publish Colour Release Candidate
run: |
npx changeset pre enter rc
Expand Down

0 comments on commit 84921e6

Please sign in to comment.