Skip to content

Commit 2e671c0

Browse files
committed
fix: typo in pnpm add cmd
1 parent 3bb585b commit 2e671c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
working-directory: ./e2e/devextreme-bundler-test
8080
run: |
8181
pnpm install --filter devextreme-bundler-test --frozen-lockfile
82-
pnpm add i ./devextreme.tgz
82+
pnpm add ./devextreme.tgz
8383
8484
- name: Build bundle
8585
working-directory: ./e2e/devextreme-bundler-test

0 commit comments

Comments
 (0)