Skip to content

Commit

Permalink
chore: add npm script for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel-Tyan committed Nov 21, 2024
1 parent 6011d1a commit fedeba0
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 @@ -51,7 +51,7 @@
"deps:install": "npm ci",
"deps:truncate": "npm prune --production",
"typecheck": "tsc -p . --noEmit",
"test": "exit 0",
"test": "npx playwright test",
"dev": "run-s build _dev:watch",
"_dev:watch": "run-p _build:watch _storybook:watch",
"build:clean": "rm -rf build",
Expand Down

0 comments on commit fedeba0

Please sign in to comment.