Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolania committed Dec 6, 2024
1 parent b4238fe commit 2588d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "turbo run lint",
"fix": "turbo run fix",
"test": "turbo run test --no-cache --concurrency=1",
"test:unit": "turbo run test:unit --no-cache --concurrency=1",
"test:integration": "turbo run test:integration --no-cache --concurrency=1",
"prepare": "husky install"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"lint": {},
"lint:fix": {},
"test": {},
"test:integration": {},
"dev": {
"cache": false,
"persistent": true
Expand Down

0 comments on commit 2588d34

Please sign in to comment.