Skip to content

Commit

Permalink
chore: fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Dec 11, 2024
1 parent fa3cae4 commit 9d92164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"exec-no-binary:js": "xvfb-maybe wdio run ./wdio.no-binary.conf.js",
"exec-no-binary:main": "xvfb-maybe wdio run ./wdio.no-binary.conf.ts",
"exec-no-binary:multiremote": "xvfb-maybe wdio run ./wdio.no-binary.multiremote.conf.ts",
"exec-no-binary:standalone": "xvfb-maybe tsx ./standalone/api.no-binary.spec.ts",
"exec-no-binary:standalone": "xvfb-maybe tsx ./test/standalone/api.no-binary.spec.ts",
"exec:js": "xvfb-maybe wdio run ./wdio.conf.js",
"exec:main": "xvfb-maybe wdio run ./wdio.conf.ts",
"exec:multiremote": "xvfb-maybe wdio run ./wdio.multiremote.conf.ts",
"exec:standalone": "xvfb-maybe tsx ./standalone/api.spec.ts",
"exec:standalone": "xvfb-maybe tsx ./test/standalone/api.spec.ts",
"exec:standalone:local": "cd .. && pnpm build && cd - && shx rm -rf ./node_modules && pnpm i && pnpm test:standalone"
},
"dependencies": {
Expand Down

0 comments on commit 9d92164

Please sign in to comment.