Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Sep 7, 2024
1 parent d2e8cea commit 79cf272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lint-dockerfile": "docker run --rm -i hadolint/hadolint:latest-alpine < docker/Dockerfile",
"lint-watch": "git ls-files | entr npm run lint",
"playwright-install-bare": "npm run playwright-install-npm && playwright install",
"playwright-install-npm": "npm install --no-save playwright",
"playwright-install-npm": "npm install --no-save playwright@1.46.1",
"playwright-test": "playwright test --config ./webworker/playwright.config.mjs",
"playwright-test-docker": "docker run --rm --volume $PWD:/home/workdir --workdir /home/workdir --ipc=host mcr.microsoft.com/playwright:latest npm run playwright-test",
"schema": "cpy ./node_modules/markdownlint/schema/markdownlint-config-schema.json ./schema --flat",
Expand Down Expand Up @@ -82,7 +82,7 @@
"devDependencies": {
"@eslint/js": "9.9.1",
"@iktakahiro/markdown-it-katex": "4.0.1",
"@playwright/test": "1.47.0",
"@playwright/test": "1.46.1",
"@stylistic/eslint-plugin": "2.7.2",
"ajv": "8.17.1",
"ava": "6.1.3",
Expand Down

0 comments on commit 79cf272

Please sign in to comment.