Skip to content

Commit

Permalink
feat: ignore build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
loyep committed Oct 17, 2024
1 parent f27736b commit bfef281
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"prebuild": "NODE_ENV=production turbo build --filter=\"./packages/*\"",
"build": "NODE_ENV=production turbo build --filter=\"./apps/*\"",
"build": "NODE_ENV=production turbo build --filter=\"./apps/*\" --force",
"format": "biome format --fix .",
"lint": "biome lint --fix .",
"db:generate": "turbo db:generate",
Expand Down

0 comments on commit bfef281

Please sign in to comment.