Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Upload package artifact
uses: actions/upload-artifact@v4
with:
name: eventcatalog-core-package-artifact
name: nhso-eventcatalog-core-package-artifact
path: package.tgz

build-eventcatalog:
Expand All @@ -53,10 +53,10 @@ jobs:
- name: Download package artifact
uses: actions/download-artifact@v4
with:
name: eventcatalog-core-package-artifact
- name: Install @eventcatalog-core
name: nhso-eventcatalog-core-package-artifact
- name: Install @nhsdigital/nhso-eventcatalog-core
working-directory: examples/default/
run: npm install ../../package.tgz
- name: Build EventCatalog
working-directory: examples/default/
run: npx eventcatalog build
run: npx @nhsdigital/nhso-eventcatalog-core build
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@nhsdigital/nhso-eventcatalog",
"name": "@nhsdigital/nhso-eventcatalog-core",
"homepage": "https://github.com/NHSDigital/nhso-eventcatalog",
"repository": {
"type": "git",
Expand Down