Skip to content

Commit

Permalink
fix: build before packaging (#262)
Browse files Browse the repository at this point in the history
The releases were not getting `yarn build` before packaging, so the `dist/`
folder was empty.

I'd normally call this a `build:` conventional commit, but seeing as the
build is quite broken, we'll go with a `fix:`

Co-authored-by: Navateja Alagam <navateja215@gmail.com>
  • Loading branch information
jasonschroeder-sfdc and navateja-alagam committed Nov 17, 2022
1 parent 27eebff commit 47883aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -62,6 +62,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 47883aa

Please sign in to comment.