Skip to content

Commit

Permalink
build(actions): add core / material build
Browse files Browse the repository at this point in the history
  • Loading branch information
codingsamuel committed May 9, 2024
1 parent 9aeedbd commit a7981d2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yaml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ jobs:
- name: Lint code
run: npm run lint

- name: Build
run: npm run build
- name: Build Core
run: npm run build core

- name: Build Material
run: npm run build material

0 comments on commit a7981d2

Please sign in to comment.