@companieshouse/api-sdk-node 2.0.291 → 2.0.292
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/package.json +1 -1
package/README.md
CHANGED
|
@@ -76,7 +76,7 @@ Change the definition of the `prepare` script in the package.json file to match
|
|
|
76
76
|
|
|
77
77
|
(The `husky install` command should only be present if already there in the `prepare` script definition of your project)
|
|
78
78
|
|
|
79
|
-
Once done it should just be necessary to restart your project's service in
|
|
79
|
+
Once done it should just be necessary to restart your project's service in docker-chs-development (assumes that your local project is running in 'development mode').
|
|
80
80
|
|
|
81
81
|
Note that the `prepare` script change will need to be reverted, if wishing build and run unit-tests from the command-line, outside of the Docker environment. The change should NOT be committed or pushed to the project repository.
|
|
82
82
|
|