diff --git a/.sdkauto/generateScript.sh b/.sdkauto/generateScript.sh index 1525386c6e..3eee7c8c98 100755 --- a/.sdkauto/generateScript.sh +++ b/.sdkauto/generateScript.sh @@ -9,6 +9,6 @@ OUTPUT_PATH=$2 pushd generator echo "npm run generate-all -- --local-path $LOCAL_PATH --readme-files $README_FILES --output-path $OUTPUT_PATH" -#npm run generate-all -- --local-path $LOCAL_PATH --readme-files $README_FILES --output-path $OUTPUT_PATH +npm run generate-all -- --local-path $LOCAL_PATH --readme-files $README_FILES --output-path $OUTPUT_PATH popd \ No newline at end of file diff --git a/.sdkauto/initScript.sh b/.sdkauto/initScript.sh index 94f59c8fb9..586885e069 100755 --- a/.sdkauto/initScript.sh +++ b/.sdkauto/initScript.sh @@ -6,6 +6,6 @@ npm install -g npm pushd generator -npm install +npm ci popd \ No newline at end of file