Skip to content

Add ability to install packages without selecting from a prompt #62

Add ability to install packages without selecting from a prompt

Add ability to install packages without selecting from a prompt #62

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 12
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint