Skip to content

Commit

Permalink
chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Apr 13, 2022
1 parent b3c01a8 commit fcb1c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
]
},
"scripts": {
"build:fast": "yarn turbo run build:fast --filter=./packages/**/*",
"build": "turbo run build --filter=./packages/**/*",
"build:fast": "turbo run build:fast --filter=./packages/**/* --concurrency=50%",
"build": "turbo run build --filter=./packages/**/* --concurrency=50%",
"start": "turbo run start --stream --parallel --filter=./packages/**/*",
"postinstall": "husky install && patch-package",
"clean": "manypkg exec rm -rf dist .turbo .swc",
Expand Down
9 changes: 0 additions & 9 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@
"start": {
"dependsOn": ["^start"],
"outputs": ["dist/**"]
},
"test": {
"cache": false
},
"test:ci": {
"cache": false
},
"lint": {
"cache": false
}
}
}

0 comments on commit fcb1c93

Please sign in to comment.