Skip to content

Commit

Permalink
Remove STREAM option from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pderaaij committed Jul 10, 2024
1 parent bcdb2d7 commit 5a3d34f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ jobs:
- name: Run Tests
uses: GabrielBB/[email protected]
with:
run: yarn test:web --stream
run: yarn test:web
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"clean": "lerna run clean",
"build": "lerna run build",
"test": "yarn workspace foam-vscode test --stream",
"test:web": "yarn workspace foam-vscode test:web --stream",
"test:web": "yarn workspace foam-vscode test:web",
"lint": "lerna run lint",
"watch": "lerna run watch --concurrency 20 --stream"
},
Expand Down

0 comments on commit 5a3d34f

Please sign in to comment.