We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d997ae8 commit 4f8d8c5Copy full SHA for 4f8d8c5
packages/release/src/index.js
@@ -255,7 +255,6 @@ const createGithubRelease = async (version, changelogContent) => {
255
const main = async () => {
256
if (previewFe) {
257
console.log(`Starting frontend preview deployment process...`);
258
- checkUncommittedChanges();
259
installDependencies();
260
runProjectRootCommand(
261
"NODE_ENV=production npx turbo lint test check-assets build --filter @monkeytype/frontend --force",
0 commit comments