Skip to content

Commit 304d85a

Browse files
committed
Change to use yarn
1 parent f8a4335 commit 304d85a

File tree

3 files changed

+3121
-4361
lines changed

3 files changed

+3121
-4361
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARTIFACTS_DIR=artifacts/${VERSION}
44
GITHUB_USERNAME=sachaos
55

66
prepare:
7-
(cd front && npm install && npm run build)
7+
(cd front && yarn install && yarn build)
88
go get github.com/rakyll/statik
99
go generate
1010

0 commit comments

Comments
 (0)