Skip to content

Commit

Permalink
--cache-folderの設定を外す
Browse files Browse the repository at this point in the history
  • Loading branch information
utgwkk committed Nov 1, 2021
1 parent 8fc4380 commit c884465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ all: front api
front: front/install front/build front/deploy

front/install:
cd front && yarn install --frozen-lockfile --cache-folder /tmp/yarn-cache
cd front && yarn install --frozen-lockfile

front/build:
cd front && env DISABLE_ESLINT_PLUGIN=true yarn build
Expand Down

0 comments on commit c884465

Please sign in to comment.