Skip to content

Commit 412695e

Browse files
committed
Update screenshots
1 parent b0c4961 commit 412695e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
822 Bytes
Loading

tools/update-screenshots.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
docker run -it -v "$PWD":/workdir -w /workdir node:lts npx playwright install-deps &&
1+
docker run -it -v "$PWD":/workdir -w /workdir node:lts "npx playwright install-deps &&
22
npx playwright install &&
33
npm run build:lib &&
44
npm run build:prod &&
5-
npm run e2e:update-snapshots
5+
npm run e2e:update-snapshots"

0 commit comments

Comments
 (0)