Skip to content

Commit

Permalink
npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Feb 25, 2024
1 parent 16d749b commit c0c7f05
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,13 @@ jobs:
repository: 'hzqst/CGAssistantJS'
path: 'CGAssistantJS'

- name: npm install in CGAssistantJS
working-directory: ${{env.GITHUB_WORKSPACE}}
run: |
cd CGAssistantJS
npm install
shell: cmd

- name: Copy CGAssistantJS to Output
working-directory: ${{env.GITHUB_WORKSPACE}}
run: |
Expand Down

0 comments on commit c0c7f05

Please sign in to comment.