Skip to content

Commit

Permalink
fix(ci): release script
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericoo committed Sep 21, 2023
1 parent a961fbc commit 1b3748e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"release": "turbo run release",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
Expand Down
3 changes: 3 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"dependsOn": ["^build"],
"cache": false,
"persistent": true
},
"release": {
"cache": false
}
}
}

0 comments on commit 1b3748e

Please sign in to comment.