Skip to content

Commit 27f815a

Browse files
committed
chore: add explicit build step back in
4.0.2 release without explicit build step didnthave build assets: https://unpkg.com/extract-loader@4.0.2/lib/extractLoader.js 4.03 does: https://unpkg.com/extract-loader@4.0.3/lib/extractLoader.js
1 parent ac67f17 commit 27f815a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: actions/checkout@v1
1818
- run: npm ci --ignore-scripts
1919
- run: npm test
20+
- run: npm run build
2021
- run: npm install @semantic-release/changelog@3 @semantic-release/git@7 --ignore-scripts --no-save
2122
- uses: codfish/semantic-release-action@v1
2223
env:

0 commit comments

Comments
 (0)