Skip to content

Commit

Permalink
fix: convert npm to pnpm in gitpod (#12779)
Browse files Browse the repository at this point in the history
* fix typo

* convert npm to pnpm

* undo unit test coverage
  • Loading branch information
sangcnguyen committed May 3, 2024
1 parent 57bf4de commit 8652c2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ tasks:
- name: Run Documentation Page
init: |
cd /workspace/webdriverio/website
npm install
pnpm install
command: |
cd /workspace/webdriverio/website
npm start
pnpm start
- name: Setup WebdriverIO Development Environment
init: |
npm install
npm run setup
pnpm install
pnpm run setup
gp sync-done installation
command: npm run watch
command: pnpm run watch
- name: Welcome Bash
init: gp sync-await installation
command: node .gitpod/welcome.mjs
Expand Down
2 changes: 0 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8652c2f

Please sign in to comment.