Change back to yarn

This commit is contained in:
Joe 2022-03-08 15:47:38 +00:00 committed by Dexter Edwards
parent 8160c3aa9a
commit 9699c1f69d

View File

@ -24,10 +24,10 @@ jobs:
with:
node-version: 16
- name: Install root dependencies
run: npm install
run: yarn install
- name: Start server
run: |
nx serve explorer
yarn nx serve explorer
- name: Cypress run
uses: cypress-io/github-action@v2