chore: dont check for uncommited changes when deploying to preview

This commit is contained in:
Miodec 2025-12-10 14:37:08 +01:00
parent d997ae8746
commit 4f8d8c557c

View file

@ -255,7 +255,6 @@ const createGithubRelease = async (version, changelogContent) => {
const main = async () => {
if (previewFe) {
console.log(`Starting frontend preview deployment process...`);
checkUncommittedChanges();
installDependencies();
runProjectRootCommand(
"NODE_ENV=production npx turbo lint test check-assets build --filter @monkeytype/frontend --force",