Skip to content

Commit

Permalink
temp: debug in react script for ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Sep 9, 2024
1 parent 02fabaf commit cdb36f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/tests/react.script.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const exampleName = process.argv[2] || "";

const UPDATE_SNAPSHOTS = process.env["UPDATE_SNAPSHOTS"];

const prepareExample = `pnpm clean:full && pnpm i --filter="${exampleName}-example" && pnpm build`;
const prepareExample = `pnpm clean:full && echo "DEBUG cleaned" && pnpm i --filter="${exampleName}-example" && echo "DEBUG installed" && pnpm build && echo "DEBUG built"`;
const runTest = `pnpm concurrently -s=first -k "pnpm --dir examples/${exampleName} serve" "playwright test ${
UPDATE_SNAPSHOTS ? "--update-snapshots" : ""
}"`;
Expand Down

0 comments on commit cdb36f6

Please sign in to comment.