Skip to content

Commit

Permalink
s/fooo/test
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 3, 2024
1 parent b5dabba commit d1ace51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
#
# Test
#
- run: npm run foo -- --filter=@demo/aquarium -vvv --env-mode=loose
- run: npm run test -- --filter=@demo/aquarium --env-mode=loose -vvv
env:
BASE_PATH: ${{ steps.configurepages.outputs.base_path }}

Expand Down
2 changes: 1 addition & 1 deletion demos/aquarium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"build": "tsc && vite build",
"build2": "exit 0",
"preview": "vite preview",
"foo": "exit 0"
"test": "exit 0"
},
"browserslist": [
">0.2%",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "turbo dev2",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"foo": "turbo foo --concurrency=1"
"test": "turbo test --concurrency=1"
},
"devDependencies": {
"@playwright/test": "1.45.3",
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"outputs": [".next/**", "!.next/cache/**", "out/**"],
"cache": true
},
"foo": {
"test": {
"inputs": [
"$TURBO_DEFAULT$",
"../../packages/e2e/bin/test.mjs",
Expand Down

0 comments on commit d1ace51

Please sign in to comment.