We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86be285 commit 137d40fCopy full SHA for 137d40f
.sdkauto/generateScript.sh
@@ -9,6 +9,6 @@ OUTPUT_PATH=$2
9
pushd generator
10
11
echo "npm run generate-all -- --local-path $LOCAL_PATH --readme-files $README_FILES --output-path $OUTPUT_PATH"
12
-#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
13
14
popd
.sdkauto/initScript.sh
@@ -6,6 +6,6 @@ npm install -g npm
6
7
8
-npm install
+npm ci
0 commit comments