Skip to content

Commit

Permalink
fix(cli): publish 4D preclincial mode on NPM so it can be used in the…
Browse files Browse the repository at this point in the history
… OHIF cli commands (#4557)
  • Loading branch information
IbrahimCSAE authored Nov 29, 2024
1 parent 96f6b06 commit 085590a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modes/preclinical-4d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"public/**",
"README.md"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"ohif-mode"
],
Expand Down
1 change: 1 addition & 0 deletions platform/app/cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Cypress.Commands.add('openStudy', PatientName => {
Cypress.Commands.add(
'checkStudyRouteInViewer',
(StudyInstanceUID, otherParams = '', mode = '/basic-test') => {
Cypress.on('uncaught:exception', () => false);
cy.location('pathname').then($url => {
cy.log($url);
if ($url === 'blank' || !$url.includes(`${mode}/${StudyInstanceUID}${otherParams}`)) {
Expand Down

0 comments on commit 085590a

Please sign in to comment.