Skip to content

Commit

Permalink
fix: windows npm command
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Jun 14, 2024
1 parent 2d4bc9c commit c6715f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/forge-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ci": "pnpm i && pnpm build && pnpm test",
"clean": "pnpm clean:dist && pnpm dlx rimraf ./node_modules ./package-lock.json ./wdio-logs ./out",
"clean:dist": "pnpm dlx rimraf ./dist && mkdir -p ./dist",
"init-forge-examples": "pnpm clean && npm i && npm --save false i ../../packages/wdio-electron-service/*.tgz",
"init-forge-examples": "pnpm clean && npm i && npm --save=false i ../../packages/wdio-electron-service/*.tgz",
"test": "wdio run ./wdio.conf.ts && pnpm test:multiremote && pnpm test:standalone",
"test:multiremote": "wdio run ./wdio.multiremote.conf.ts",
"test:standalone": "tsx ./e2e-standalone/api.spec.ts"
Expand Down
2 changes: 1 addition & 1 deletion examples/forge-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ci:mac-universal": "pnpm i && pnpm build:mac-universal && pnpm test",
"clean": "pnpm clean:dist && pnpm dlx rimraf ./node_modules ./package-lock.json ./wdio-logs ./out",
"clean:dist": "pnpm dlx rimraf ./dist && mkdir -p ./dist",
"init-forge-examples": "pnpm clean && npm i && npm --save false i ../../packages/wdio-electron-service/*.tgz",
"init-forge-examples": "pnpm clean && npm i && npm --save=false i ../../packages/wdio-electron-service/*.tgz",
"test": "wdio run ./wdio.conf.ts && pnpm test:multiremote && pnpm test:standalone",
"test:multiremote": "wdio run ./wdio.multiremote.conf.ts",
"test:standalone": "tsx ./e2e-standalone/api.spec.ts",
Expand Down

0 comments on commit c6715f2

Please sign in to comment.