Skip to content

Commit 1fb0580

Browse files
authored
misc: Add yarn to make prepare-release (#2645)
It is a necessary step to install dependencies.
1 parent 4e552ec commit 1fb0580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
prepare-release:
2+
yarn
23
yarn clean
34
yarn build
45
yarn lint

0 commit comments

Comments
 (0)