Skip to content

Commit

Permalink
fix(build): fixing publish of adapters in package json (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi authored Jan 27, 2023
1 parent 5f517f9 commit 5a45b2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "ohif-bot"
- run: npx lerna version
- run: npx lerna publish from-package --no-verify-access --access public
- run: npx lerna publish from-package --no-verify-access

workflows:
version: 2
Expand Down
3 changes: 3 additions & 0 deletions packages/adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"directories": {
"example": "examples"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "jest --testTimeout 60000",
"build": "rollup -c",
Expand Down
1 change: 0 additions & 1 deletion packages/adapters/src/adapters/Cornerstone/Angle.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const ANGLE = "Angle";
class Angle {
/**
* Generate TID300 measurement data for a plane angle measurement - use a CobbAngle, but label it as Angle
* comment to publish
*/
static getMeasurementData(MeasurementGroup) {
const { defaultState, NUMGroup, SCOORDGroup } =
Expand Down

0 comments on commit 5a45b2f

Please sign in to comment.