@ohif/core 3.12.0-beta.9 → 3.12.0-beta.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/ohif-core.umd.js +1 -1
- package/package.json +20 -20
package/README.md
CHANGED
|
@@ -80,7 +80,7 @@ to program in isolation without a complex setup, and has the added benefit of
|
|
|
80
80
|
producing well-tested business logic.
|
|
81
81
|
|
|
82
82
|
1. Clone this repository
|
|
83
|
-
2. Navigate to the project directory, and `yarn install`
|
|
83
|
+
2. Navigate to the project directory, and `yarn install --frozen-lockfile`
|
|
84
84
|
3. To begin making changes, `yarn run dev`
|
|
85
85
|
4. To commit changes, run `yarn run cm`
|
|
86
86
|
|