Skip to content

Move entire package manager setup to npm instead of yarn #18

Move entire package manager setup to npm instead of yarn

Move entire package manager setup to npm instead of yarn #18

Workflow file for this run

name: extension:cli
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run compiler
run: npm run compile
- name: Run `extenion` cli without arguments
run: npm run test:cli