Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
The-DevBlog committed Aug 17, 2023
1 parent 3ca019e commit c79f976
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: npm ci
run: npm --prefix "${{ env.CLIENT_APP_DIRECTORY }}" ci
- name: npm run build
run: npm --prefix "${{ env.CLIENT_APP_DIRECTORY }}" run build

0 comments on commit c79f976

Please sign in to comment.