Skip to content

Commit

Permalink
chore: avoid double turbo
Browse files Browse the repository at this point in the history
We don't need this anymore since the issue with the Playwright browser download is fixed.
  • Loading branch information
Leksat committed Sep 25, 2024
1 parent 3ca588b commit 466f9a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion apps/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"drush": "SB_ENVIRONMENT=1 SIMPLETEST_DB=sqlite://localhost/sites/default/files/.sqlite DRUSH_OPTIONS_URI=http://127.0.0.1:8888 vendor/bin/drush",
"silverback": "SB_ENVIRONMENT=1 SIMPLETEST_DB=sqlite://localhost/sites/default/files/.sqlite SB_ADMIN_USER=admin SB_ADMIN_PASS=admin vendor/bin/silverback",
"drupal-install": "SB_SETUP=1 pnpm silverback setup --profile minimal && pnpm content:import && pnpm drush php-eval 'node_access_rebuild();' && rm -rf install-cache.zip && pnpm fix-premissions",
"export-webforms": "pnpm turbo --filter '@custom-tests/e2e' webform-snapshots",
"export-webforms": "pnpm --filter '@custom-tests/e2e' webform-snapshots",
"start": "cd web; SB_ENVIRONMENT=1 SIMPLETEST_DB=sqlite://localhost/sites/default/files/.sqlite DRUSH_OPTIONS_URI=http://127.0.0.1:8888 php -S 0.0.0.0:8888 .ht.router.php # no drush to avoid the drush server timeout",
"dev": "pnpm start",
"clear": "pnpm drush cr",
Expand Down
4 changes: 0 additions & 4 deletions tests/e2e/turbo.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"extends": ["//"],
"tasks": {
"webform-snapshots": {
"cache": false,
"dependsOn": ["@custom/cms#prep:database"]
},
"test:integration:decap": {
"dependsOn": ["@custom/website#build"],
"env": ["PLAYWRIGHT_WEBSITE_URL"],
Expand Down

0 comments on commit 466f9a5

Please sign in to comment.