We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 127c597 commit a378d03Copy full SHA for a378d03
1 file changed
packages/web-components/scripts/e2e.js
@@ -2,9 +2,6 @@
2
import { execSync } from 'node:child_process';
3
4
try {
5
- // Generate the fluent tokens stylesheet before Playwright starts the server.
6
- execSync(`node ./scripts/generate-tokens`, { stdio: 'inherit' });
7
-
8
// Run Playwright — the test harness server is spawned automatically
9
// via the webServer config in playwright.config.ts.
10
execSync(`playwright test ${process.argv.slice(2).join(' ')}`, {
0 commit comments