Skip to content

Commit

Permalink
fix(ci): run css build in css dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Mar 8, 2023
1 parent 8ce8062 commit e43c0a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/oranda-css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
node-version: 16
- id: build-css
run: |
cd oranda-css
npm i
# Run tailwind build
npm run build
ls dist
Expand Down

0 comments on commit e43c0a7

Please sign in to comment.