Skip to content

Bump tmp from 0.2.1 to 0.2.4 in /packages/create-react-app #47

Bump tmp from 0.2.1 to 0.2.4 in /packages/create-react-app

Bump tmp from 0.2.1 to 0.2.4 in /packages/create-react-app #47

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install
run: yarn --no-progress --non-interactive --no-lockfile
- name: Build
run: yarn build