We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3586cdd commit a68d2cfCopy full SHA for a68d2cf
.github/workflows/build-and-deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
persist-credentials: false
17
18
- name: Install
19
- run: npm install @qooxdoo/compiler --no-save
+ run: npm install @qooxdoo/framework --no-save
20
21
- name: Build
22
run: npx qx deploy --out=./html --clean --source-maps
0 commit comments