mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-30 03:43:00 +08:00
chore: dont check for uncommited changes when deploying to preview
This commit is contained in:
parent
d997ae8746
commit
4f8d8c557c
1 changed files with 0 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue