Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meysamhadeli authored Dec 9, 2023
1 parent 9f90842 commit 239b283
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20.x'
- working-directory: ./src/building-blocks
- run: npm ci
working-directory: ./src/building-blocks
- run: npm run build --if-present
working-directory: ./src/building-blocks

0 comments on commit 239b283

Please sign in to comment.