Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe committed Jun 6, 2024
1 parent f63eb04 commit b67f6d7
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 @@ -8,7 +8,7 @@
"test": "web-test-runner --node-resolve --coverage --playwright",
"test-ci": "npx playwright install && web-test-runner --node-resolve --coverage --playwright",
"test-ci-mac": "npx playwright install chromium firefox webkit && web-test-runner --node-resolve --coverage --playwright --browsers chromium firefox webkit",
"test-ci-win": "px playwright install msedge && web-test-runner --node-resolve --coverage --playwright --browsers msedge",
"test-ci-win": "npx playwright install msedge && web-test-runner --node-resolve --coverage --playwright --browsers msedge",
"test:watch": "web-test-runner --node-resolve --watch --coverage",
"build-standalone": "rollup --config",
"prepack": "npm run build-standalone",
Expand Down

0 comments on commit b67f6d7

Please sign in to comment.