Skip to content

Completely replace Yarn with pnpm #63

Completely replace Yarn with pnpm

Completely replace Yarn with pnpm #63

Workflow file for this run

name: command:dev
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: pnpm
- name: Run compiler
run: pnpm compile
- name: Run `extension dev` command
run: pnpm test:dev