Skip to content

Commit

Permalink
turborepo 💀
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Oct 4, 2024
1 parent 4ff23e9 commit f3908fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Previous changelog before 4.0.605 may not be noted here.

## [6.3.931] - 2024-10-05

- fix: turborepo env issues

## [6.3.930] - 2024-10-05

- chore: bump deps
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dev": "dotenv -v FORCE_COLOR=2 -- turbo run dev --env-mode=loose",
"lint": "FORCE_COLOR=2 turbo run lint",
"format": "FORCE_COLOR=2 turbo run format",
"start": "dotenv -v FORCE_COLOR=2 -- turbo run start",
"start": "dotenv -v FORCE_COLOR=2 -- turbo run start --env-mode=loose",
"start:bot": "dotenv -v FORCE_COLOR=2 -- turbo run --filter=\"@waifu-bot/bot\" start",
"start:web": "dotenv -v FORCE_COLOR=2 -- turbo run --filter=\"@waifu-bot/web\" start",
"test": "FORCE_COLOR=2 turbo run test"
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// * Data such as App Version and other "constants"
// * will be in this package

export const AppVersion = "6.3.930";
export const AppVersion = "6.3.931";

export const YoutubeURLPrefix = "https://www.youtube.com/watch?v=";

Expand Down

0 comments on commit f3908fb

Please sign in to comment.