Skip to content

Commit

Permalink
Fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
wayfarer3130 committed May 31, 2024
1 parent 8946a1d commit 6e59811
Show file tree
Hide file tree
Showing 6 changed files with 1,933 additions and 1,392 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- packages-v1-{{ .Branch }}-
- packages-v1-
# Was, todo restore it - run: yarn install --frozen-lockfile
- run: yarn install:yml
- run: yarn install --frozen-lockfile
- save_cache:
name: Save Package Cache
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 18
- name: Install dependencies playwright
run: yarn install:yml
run: yarn install --frozen-lockfile
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
Expand Down
2 changes: 1 addition & 1 deletion addOns/externals/dicom-microscopy-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"yarn": ">=1.19.1"
},
"scripts": {
"build": "Installed right now in postinstall.js, todo add as optionalDependency once released"
"build": "echo Installed right now in postinstall.js, todo add as optionalDependency once released"
}
}
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
],
"repository": "https://github.com/cornerstonejs/cornerstone3D",
"sideEffects": false,
"packageManager": "[email protected]",
"engines": {
"node": ">=18",
"yarn": ">=1.19.1"
Expand All @@ -36,7 +35,6 @@
"dev": "yarn run all-examples",
"docs": "npx lerna run docs",
"docs:watch": "npx lerna run docs:watch",
"install:yml": "yarn && yarn postinstall",
"preinstall": "node preinstall.js",
"postinstall": "node postinstall.js",
"prepare": "husky install",
Expand Down Expand Up @@ -135,7 +133,7 @@
"lint-staged": "^13.2.2",
"lodash": "^4.17.21",
"mocha": "^9.1.1",
"netlify-cli": "^17.25.0",
"netlify-cli": "^14.3.1",
"open-cli": "^7.0.1",
"path-browserify": "^1.0.1",
"postcss": "^8.4.23",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-resize-detector": "6.7.8",
"react-router-dom": "^6.23.1",
"react-router-dom": "5.3.0",
"url-loader": "^4.1.1"
},
"browserslist": {
Expand Down
Loading

0 comments on commit 6e59811

Please sign in to comment.