Skip to content

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

Move entire package manager setup to npm instead of yarn

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

Workflow file for this run

name: extension:build
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 build` command
run: npm run test:build