Skip to content

Commit 137d40f

Browse files
Fix .sdkauto scripts
1 parent 86be285 commit 137d40f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.sdkauto/generateScript.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ OUTPUT_PATH=$2
99
pushd generator
1010

1111
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
12+
npm run generate-all -- --local-path $LOCAL_PATH --readme-files $README_FILES --output-path $OUTPUT_PATH
1313

1414
popd

.sdkauto/initScript.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ npm install -g npm
66

77
pushd generator
88

9-
npm install
9+
npm ci
1010

1111
popd

0 commit comments

Comments
 (0)