fix: run the build step in the release too just in case

This commit is contained in:
Sam Marks 2022-03-09 19:34:19 -05:00
parent 5f6ef02585
commit dc8f20e849

View file

@ -25,6 +25,7 @@ jobs:
with:
version: 6.27.1
run_install: true
- run: pnpm run build
- run: pnpm run prepublish
env:
TAG_NAME: ${{ github.ref_name }}