mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-09 00:45:32 +08:00
chore: dont use turbo cache in release script
This commit is contained in:
parent
53ca12fbb4
commit
5d4f449000
1 changed files with 3 additions and 1 deletions
|
|
@ -173,7 +173,9 @@ const buildProject = () => {
|
|||
filter = "--filter @monkeytype/backend";
|
||||
}
|
||||
|
||||
runProjectRootCommand("npx turbo lint test validate-json build " + filter);
|
||||
runProjectRootCommand(
|
||||
"npx turbo lint test validate-json build " + filter + " --force"
|
||||
);
|
||||
};
|
||||
|
||||
const deployBackend = () => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue