Skip to content

Commit

Permalink
Update test-build-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scale-tone committed Nov 14, 2023
1 parent 5fe0751 commit d3613fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm i
- run: npm run build
- shell: bash
run: |
npm i
npm run build

0 comments on commit d3613fa

Please sign in to comment.