Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: packages/react-scripts/package.json to reduce vulnerabilities #16

fix: packages/react-scripts/package.json to reduce vulnerabilities

fix: packages/react-scripts/package.json to reduce vulnerabilities #16

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