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 3bb585b commit 2e671c0Copy full SHA for 2e671c0
.github/workflows/build_all.yml
@@ -79,7 +79,7 @@ jobs:
79
working-directory: ./e2e/devextreme-bundler-test
80
run: |
81
pnpm install --filter devextreme-bundler-test --frozen-lockfile
82
- pnpm add i ./devextreme.tgz
+ pnpm add ./devextreme.tgz
83
84
- name: Build bundle
85
0 commit comments