Skip to content

Commit 02da7fa

Browse files
committed
Fix deployment
1 parent 9041692 commit 02da7fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- name: Build
2525
run: |
2626
npx qx deploy --out=./html --source-maps
27+
ls -al ./html/qxl.packagebrowser
28+
cat ./compiled/build/qxl.packagebrowser/package-data.json
2729
rm -rf ./html/qxl.packagebrowser/demos
2830
mv ./compiled/build/qxl.packagebrowser/demos ./html/qxl.packagebrowser
2931

0 commit comments

Comments
 (0)