Skip to content

Commit a378d03

Browse files
committed
remove tokens generation step from e2e script
1 parent 127c597 commit a378d03

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • packages/web-components/scripts

packages/web-components/scripts/e2e.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
import { execSync } from 'node:child_process';
33

44
try {
5-
// Generate the fluent tokens stylesheet before Playwright starts the server.
6-
execSync(`node ./scripts/generate-tokens`, { stdio: 'inherit' });
7-
85
// Run Playwright — the test harness server is spawned automatically
96
// via the webServer config in playwright.config.ts.
107
execSync(`playwright test ${process.argv.slice(2).join(' ')}`, {

0 commit comments

Comments
 (0)