Skip to content

Commit cd68ec3

Browse files
committed
fix(build): add missing build step before releasing
Runs `yarn build` before releasing the bundle to npm. This was step was forgotten when migrating the build to Github Actions. fixes #173
1 parent cce5e31 commit cd68ec3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/default.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
with:
5050
node-version: 12
5151
- run: yarn install --frozen-lockfile
52+
- run: yarn build
5253
- run: yarn semantic-release
5354
env:
5455
GITHUB_TOKEN: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)