Skip to content

Commit

Permalink
chore: fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
bptodorova committed Jan 9, 2024
1 parent e7d461a commit e5aaa84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
working-directory: ./examples/kendo-react-sales-dashboard
run: |
npm ci
npm run build
CI= npm run build
# - name: Build React SSR app
# working-directory: ./examples/kendo-react-ssr
Expand Down

0 comments on commit e5aaa84

Please sign in to comment.