Skip to content

update readme and package.json #6

update readme and package.json

update readme and package.json #6

Workflow file for this run

name: Asset size
on: [pull_request]
jobs:
compare:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: chrysanthos/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
files: '["dist/*.js"]'
with-same: "false"
build-assets: "npm run install-build"