Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
fix(action): removed unnecessary command prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
wesdevpro committed Nov 18, 2023
1 parent 7e687e3 commit c135baa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
node-version: '18.x'
cache: 'npm'
- run: npm ci --prefix "${{ env.WORKING_DIRECTORY }}"
- run: npm run build --prefix "${{ env.WORKING_DIRECTORY }}"
- run: npm test --prefix "${{ env.WORKING_DIRECTORY }}"
- run: npm run build

0 comments on commit c135baa

Please sign in to comment.