Skip to content

Commit

Permalink
Fix .sdkauto scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-c-martin authored Nov 3, 2021
1 parent 86be285 commit 137d40f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .sdkauto/generateScript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .sdkauto/initScript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ npm install -g npm

pushd generator

npm install
npm ci

popd

0 comments on commit 137d40f

Please sign in to comment.