fixed github action cache

This commit is contained in:
Kim, Jimin 2021-06-27 19:00:37 +09:00
parent f9347dec28
commit c62dcce0e6
3 changed files with 12495 additions and 4 deletions

View file

@ -12,8 +12,8 @@ jobs:
uses: actions/checkout@master
- uses: actions/cache@main
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
path: "source/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('source/yarn.lock') }}
- name: Install Dependencies and Build
run: cd source && yarn install && yarn build
- name: Archive Production Artifact

2
.gitignore vendored
View file

@ -2,8 +2,6 @@
_/
# auto generated files
yarn.lock
package-lock.json
posts.json
posts/

12493
source/yarn.lock Normal file

File diff suppressed because it is too large Load diff