added missing package install command

This commit is contained in:
Kim, Jimin 2021-11-16 11:27:38 +09:00
parent 80a920e634
commit b8bb8d828c

View file

@ -18,7 +18,7 @@ jobs:
cache: yarn cache: yarn
cache-dependency-path: source/yarn.lock cache-dependency-path: source/yarn.lock
- name: Build - name: Build
run: cd source && yarn build run: cd source && yarn install && yarn build
- name: Archive Production Artifact - name: Archive Production Artifact
uses: actions/upload-artifact@master uses: actions/upload-artifact@master
with: with: