From f3908fbca083565daa1eeba18bf5a7b8a3429aa0 Mon Sep 17 00:00:00 2001 From: Nutthapat Pongtanyavichai Date: Sat, 5 Oct 2024 02:00:19 +0700 Subject: [PATCH] turborepo :skull: --- CHANGELOG.md | 4 ++++ package.json | 2 +- packages/constants/src/index.ts | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e17e29..92cfc82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 9c3fdfa..62269c9 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/packages/constants/src/index.ts b/packages/constants/src/index.ts index 5a95ad7..5bf4dda 100644 --- a/packages/constants/src/index.ts +++ b/packages/constants/src/index.ts @@ -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=";