fix refresh-assets cache inputs
This commit is contained in:
parent
752c30ac62
commit
a25d58e9b6
5 changed files with 10 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue