Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 39a2b2f

Browse files
authored
Merge pull request #32 from nordeck/nic/feat/fix-build
Fix the published npm package to include all files
2 parents 9e5db41 + c2a15f6 commit 39a2b2f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/clean-avocados-fetch.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@nordeck/element-web-widget-lifecycle-module': patch
3+
---
4+
5+
Fix the published npm package to include all files.

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
run: yarn install --frozen-lockfile
131131

132132
- name: yarn build
133-
run: yarn workspace @nordeck/element-web-guest-module build
133+
run: yarn build
134134

135135
- name: Generate GitHub token
136136
id: generate_token

0 commit comments

Comments
 (0)