This commit is contained in:
Christian Klemm
2019-11-17 21:27:30 +01:00
committed by GitHub
parent 5174a085b7
commit 69e701befb

View File

@@ -29,9 +29,9 @@ jobs:
- name: Install Packages
run: |
rm -rf node_modules
yarn config set cache-folder $GITHUB_WORKSPACE/.cache/yarn
yarn install --frozen-lockfile --force
yarn install --frozen-lockfile
ls -a $GITHUB_WORKSPACE/src
- name: Run Build
run: yarn build