Skip to content

Commit

Permalink
add build examples/bau-kit and todoapp
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericHeem committed Nov 13, 2023
1 parent 6ea774a commit bd95391
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,15 @@ jobs:
cd bausaurus/example/bausaurus-template
npm install
npm run build
- name: build examples/bau-kit
run: |
cd examples/bau-kit
npm install
npm run build
- name: build examples/todoapp
run: |
cd examples/todoapp
npm install
npm run build

0 comments on commit bd95391

Please sign in to comment.