Skip to content

Commit

Permalink
Merge pull request #3077 from Azure/anthony-c-martin-patch-2
Browse files Browse the repository at this point in the history
Fix initScript.sh
  • Loading branch information
anthony-c-martin committed May 7, 2024
2 parents 1881619 + cd0f220 commit 8f2a9b7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .sdkauto/initScript.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
#!/bin/bash

set -e

pushd generator
git submodule update --init --recursive

npm --prefix bicep-types-az/bicep-types/src/bicep-types ci
npm --prefix bicep-types-az/bicep-types/src/bicep-types run build

npm ci
npm --prefix bicep-types-az/src/autorest.bicep ci
npm --prefix bicep-types-az/src/autorest.bicep run build

popd
npm --prefix generator ci

0 comments on commit 8f2a9b7

Please sign in to comment.