From f3c0dbc88508e82cc0547bc5748017b865e07abb Mon Sep 17 00:00:00 2001 From: folkforms Date: Fri, 5 Jul 2024 14:35:53 +0100 Subject: [PATCH 1/2] Change install command in docs --- cookbook/src/pages/setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/src/pages/setup.mdx b/cookbook/src/pages/setup.mdx index 2cf1399..786eee8 100644 --- a/cookbook/src/pages/setup.mdx +++ b/cookbook/src/pages/setup.mdx @@ -20,7 +20,7 @@ git clone https://github.com/merative/spm-ui-addon-devenv.git 4. Install the CĂșram UI Addon Development Environment on your computer by using npm. To install the code, change to the `spm-ui-addon-devenv` directory and run the command: ``` -npm ci +npm install ``` 5. You can now open the repository in your IDE. For example, Microsoft Visual Studio Code. From 008792258232eeda4ea961a1bcd88b65a09f83fb Mon Sep 17 00:00:00 2001 From: folkforms Date: Fri, 5 Jul 2024 14:50:40 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8bbc6f..aca7472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ - Fixed errors in documentation. - Updated documentation with Curam supported versions. - Rearchitected package structure to avoid circular dependencies. +- Changed install command from `npm ci` to `npm install`. ### Removed