fix refresh-assets cache inputs

This commit is contained in:
David Sheldrick 2024-02-29 18:02:22 +00:00
parent 752c30ac62
commit a25d58e9b6
5 changed files with 10 additions and 5 deletions

View file

@ -57,7 +57,7 @@ export async function setAllVersions(version: string) {
)
}
await exec('yarn', ['refresh-assets'])
await exec('yarn', ['refresh-assets', '--force'])
const lernaJson = JSON.parse(readFileSync('lerna.json', 'utf8'))
lernaJson.version = version