@mservices-tech/scripts 3.2.3-scripts-release-refactor-rc.0 → 3.2.3-scripts-release-refactor-rc.1
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 +4 -4
- package/buildUsingEsbuild/buildUsingEsbuild.js +32 -33
- package/copy_package_build_to_project/copy_package_build_to_project.sh +1 -1
- package/generateIndexFilesFromTemplate/generateIndexFilesFromTemplate.js +116 -117
- package/package.json +1 -1
- package/removeGitHashesFromMarkdownFile/removeGitHashesFromMarkdownFile.js +32 -33
- package/runShellScript/runShellScript.js +32 -33
- package/testIncorrectValues/testIncorrectValues.js +35 -35
- package/utils.sh +3 -3
|
@@ -9,7 +9,7 @@ Usage:
|
|
|
9
9
|
Where:
|
|
10
10
|
help - show usage information and exit
|
|
11
11
|
node-module-path - relative path of the folder in node_modeles where built project is located
|
|
12
|
-
eg. @
|
|
12
|
+
eg. @mservices-tech/utils or @mbank-design/design-system
|
|
13
13
|
project-path - path of project package to which the build should be copied
|
|
14
14
|
Description:
|
|
15
15
|
Copies the built project to the node_modules of project specified
|