Add prepare to shared component publish workflow

Whichsurely shouldn't be necessary but apparently is
This commit is contained in:
David Baker 2025-10-22 14:17:15 +01:00
parent d6e50598cd
commit 95a5a1e5e0
2 changed files with 6 additions and 1 deletions

View File

@ -29,6 +29,11 @@ jobs:
# a build
run: yarn --cwd packages/shared-components install --pure-lockfile
# NPM on github actions doesn't prepare as part of publish for reasons unknown
- name: 🚀 Prepare
working-directory: packages/shared-components
run: yarn prepare
- name: 🚀 Publish to npm
working-directory: packages/shared-components
run: npm publish --access public --provenance

View File

@ -1,6 +1,6 @@
{
"name": "@element-hq/web-shared-components",
"version": "0.0.0-test.5",
"version": "0.0.0-test.6",
"description": "Shared components for Element",
"author": "New Vector Ltd.",
"repository": {