Switched back to yarn (Should resolve manifest issues)

This commit is contained in:
Zakary Timson 2019-09-02 16:30:59 -04:00
parent 5f1861240c
commit 9b3126066c

View File

@ -17,7 +17,7 @@ jobs:
- run: - run:
name: Install Dependancies name: Install Dependancies
command: npm install command: yarn
- save_cache: - save_cache:
key: v1-dependencies-{{ checksum "package.json" }} key: v1-dependencies-{{ checksum "package.json" }}
@ -26,7 +26,7 @@ jobs:
- run: - run:
name: Build name: Build
command: npm run build --prod command: yarn build --prod
- persist_to_workspace: - persist_to_workspace:
root: ~/repo root: ~/repo
@ -51,7 +51,7 @@ jobs:
- run: - run:
name: Deploy name: Deploy
command: npm run deploy command: yarn deploy
workflows: workflows:
version: 2 version: 2