Skip to content

Commit

Permalink
e2e-test: add "DEBUG=pw:api" to "e2e-test" script in package.json (fix
Browse files Browse the repository at this point in the history
…logseq#11195) (logseq#11217)

* package.json: add 'DEBUG=pw:api' to 'e2e-test' script


Co-authored-by: Andelf <[email protected]>
  • Loading branch information
thief-sty and andelf authored Apr 10, 2024
1 parent 5362aa2 commit 4bb74f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dev-electron-app": "gulp electron",
"release-electron": "run-s gulp:build && gulp electronMaker",
"debug-electron": "cd static/ && yarn electron:debug",
"e2e-test": "cross-env CI=true npx playwright test --reporter github",
"e2e-test": "cross-env DEBUG=pw:api CI=true npx playwright test --reporter github",
"run-android-release": "yarn clean && yarn release-app && rm -rf ./public/static && rm -rf ./static/js/*.map && mv static ./public && npx cap sync android && npx cap run android",
"run-ios-release": "yarn clean && yarn release-app && rm -rf ./public/static && rm -rf ./static/js/*.map && mv static ./public && npx cap sync ios && npx cap run ios",
"clean": "gulp clean",
Expand Down

0 comments on commit 4bb74f8

Please sign in to comment.