Skip to content

Commit

Permalink
fixed ymp workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
matas-bitbybit-dev committed Nov 28, 2024
1 parent 9f3a91b commit c41382b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm ci-packages
- run: npm run ci-packages
- run: npm run build --if-present
- run: npm test

0 comments on commit c41382b

Please sign in to comment.