Skip to content

Commit

Permalink
aaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
sneko committed Feb 20, 2024
1 parent 45c7f64 commit 81a049e
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 @@ -37,7 +37,7 @@
"lint:ts": "tsc --noEmit --incremental false",
"accessibility": "next export && lhci autorun",
"accessibility:open": "lhci open",
"test:prepare": "npm run db:schema:compile",
"test:prepare": "npm run db:schema:compile && playwright install webkit",
"test:unit": "npm run jest --- --ci --passWithNoTests",
"test:unit:watch": "npm run jest --- --watch",
"test:coverage": "concurrently --kill-others-on-fail -c \"auto\" \"npm:coverage:app\" \"npm:coverage:storybook\"",
Expand Down

0 comments on commit 81a049e

Please sign in to comment.