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 12de162 commit 40212feCopy full SHA for 40212fe
1 file changed
.github/workflows/tests:e2e.yml
@@ -79,7 +79,7 @@ jobs:
79
fi
80
81
echo "📦 Installing @xyd-js/cli@${LATEST_BUILD_VERSION}"
82
- pnpm add @xyd-js/cli@${LATEST_BUILD_VERSION} --registry=https://registry.npmjs.org
+ pnpm add -g @xyd-js/cli@${LATEST_BUILD_VERSION} --registry=https://registry.npmjs.org
83
84
- name: 🧪 Run E2E tests
85
run: pnpm run test:e2e
0 commit comments