Skip to content

Commit 121b59a

Browse files
author
Guillaume Chau
committed
chore: install deps before release
1 parent 2263550 commit 121b59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"clean": "rimraf packages/test/*",
1414
"sync": "node scripts/syncDeps.js",
1515
"boot": "node scripts/bootstrap.js",
16-
"release": "yarn clean && node scripts/release.js",
16+
"release": "yarn --pure-lockfile && yarn clean && node scripts/release.js",
1717
"changelog": "node scripts/genChangelog.js run",
1818
"docs": "vuepress dev docs",
1919
"docs:build": "vuepress build docs",

0 commit comments

Comments
 (0)