Skip to content

Commit

Permalink
Update node16.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 authored Jan 30, 2025
1 parent 216d90f commit d544f88
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/node16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,24 @@ jobs:
- name: Build React UI
run: |
cd ./packages/survey-core
cd ./packages/survey-react-ui
npm install
npm run build
- name: Build Angular UI
run: |
cd ./packages/survey-angular-ui
npm install
npm run build
- name: Build Vue3 UI
run: |
cd ./packages/survey-vue3-ui
npm install
npm run build
- name: Build JS UI
run: |
cd ./packages/survey-js-ui
npm install
npm run build

0 comments on commit d544f88

Please sign in to comment.