Skip to content

Commit a408883

Browse files
committed
chore: compress build
1 parent 5c6896a commit a408883

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v2
12+
- run: npm install
13+
- run: npm run install:plugins
1214
- uses: preactjs/compressed-size-action@v2
1315
with:
1416
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)