Skip to content

Commit 4f8d8c5

Browse files
committed
chore: dont check for uncommited changes when deploying to preview
1 parent d997ae8 commit 4f8d8c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/release/src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ const createGithubRelease = async (version, changelogContent) => {
255255
const main = async () => {
256256
if (previewFe) {
257257
console.log(`Starting frontend preview deployment process...`);
258-
checkUncommittedChanges();
259258
installDependencies();
260259
runProjectRootCommand(
261260
"NODE_ENV=production npx turbo lint test check-assets build --filter @monkeytype/frontend --force",

0 commit comments

Comments
 (0)