Skip to content

Commit

Permalink
Update pre-deploy.js (vuejs#2419)
Browse files Browse the repository at this point in the history
Fix link update on pre-deploy
  • Loading branch information
Alex-Sokolov authored and NataliaTepluhina committed Dec 18, 2019
1 parent 148756e commit 34df294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre-deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Promise.all([
installation
.replace(/vue_version: .*/, 'vue_version: ' + version)
.replace(/gz_size:.*/g, `gz_size: "${prodSize}"`)
.replace(/\/vue@[\d\.]+\//g, `/vue@${version}/`)
.replace(/\/vue@[\d\.]+/g, `/vue@${version}`)
)
console.log(`\nSuccessfully updated Vue version and gzip file size.\n`)
}).catch(err => {
Expand Down

0 comments on commit 34df294

Please sign in to comment.