Skip to content

Commit

Permalink
chore: install deps before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Sep 13, 2018
1 parent 2263550 commit 121b59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"clean": "rimraf packages/test/*",
"sync": "node scripts/syncDeps.js",
"boot": "node scripts/bootstrap.js",
"release": "yarn clean && node scripts/release.js",
"release": "yarn --pure-lockfile && yarn clean && node scripts/release.js",
"changelog": "node scripts/genChangelog.js run",
"docs": "vuepress dev docs",
"docs:build": "vuepress build docs",
Expand Down

0 comments on commit 121b59a

Please sign in to comment.