Skip to content

Commit

Permalink
fix: build before packaging
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:`
  • Loading branch information
jasonschroeder-sfdc committed Nov 16, 2022
1 parent 9fac15c commit 0935531
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 0935531

Please sign in to comment.