Skip to content

Commit 5d4f449

Browse files
committed
chore: dont use turbo cache in release script
1 parent 53ca12f commit 5d4f449

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/release/src/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ const buildProject = () => {
173173
filter = "--filter @monkeytype/backend";
174174
}
175175

176-
runProjectRootCommand("npx turbo lint test validate-json build " + filter);
176+
runProjectRootCommand(
177+
"npx turbo lint test validate-json build " + filter + " --force"
178+
);
177179
};
178180

179181
const deployBackend = () => {

0 commit comments

Comments
 (0)