Skip to content

Commit

Permalink
updating comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alkwa-msft committed Jul 4, 2023
1 parent 3714e16 commit 7a08ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-ui-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
with:
node-version: ${{ inputs.node-version }}

# Install dependencies on "ui-library-pstn-1-n-calling"
# Install dependencies for project
- name: Install dependencies
working-directory: ${{ inputs.working-directory }}
run: npm install

# Build "ui-library-pstn-1-n-calling"
# Build project
- name: Build
working-directory: ${{ inputs.working-directory }}
run: npm run build

0 comments on commit 7a08ab3

Please sign in to comment.