Skip to content

Commit

Permalink
chore: fix tests 2
Browse files Browse the repository at this point in the history
  • Loading branch information
brunotot committed Nov 26, 2024
1 parent f6d6e68 commit c0b10da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/lib-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"clean": "rimraf dist",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"test": "NODE_NO_WARNINGS=1 vitest --run",
"test:coverage": "NODE_NO_WARNINGS=1 vitest --run --coverage"
"test": "nx build && NODE_NO_WARNINGS=1 vitest --run",
"test:coverage": "nx build && NODE_NO_WARNINGS=1 vitest --run --coverage"
},
"keywords": [],
"author": "Bruno Tot",
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"clean": "rimraf dist",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"test": "NODE_NO_WARNINGS=1 vitest --run",
"test:coverage": "NODE_NO_WARNINGS=1 vitest --run --coverage"
"test": "nx build && NODE_NO_WARNINGS=1 vitest --run",
"test:coverage": "nx build && NODE_NO_WARNINGS=1 vitest --run --coverage"
},
"keywords": [],
"author": "Bruno Tot",
Expand Down
4 changes: 2 additions & 2 deletions packages/lib-decorators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"clean": "rimraf dist",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"test": "NODE_NO_WARNINGS=1 vitest --run",
"test:coverage": "NODE_NO_WARNINGS=1 vitest --run --coverage"
"test": "nx build && NODE_NO_WARNINGS=1 vitest --run",
"test:coverage": "nx build && NODE_NO_WARNINGS=1 vitest --run --coverage"
},
"dependencies": {
"@org/lib-commons": "workspace:*"
Expand Down

0 comments on commit c0b10da

Please sign in to comment.