Skip to content

Commit

Permalink
chore: fix buildsize ci (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber authored May 18, 2021
1 parent 452c224 commit f54971f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- uses: preactjs/compressed-size-action@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
build-script: "yarn build:packages && yarn build:v2 --locale en"
build-script: "build:en"
pattern: "./packages/core/dist/**/*.{js,css}"
compression: 'none'
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"lint:ci": "yarn workspace infima lint",
"start": "cd packages/core && npm start",
"build": "yarn workspace infima build",
"build:en": "yarn workspace infima build --locale en",
"website:start": "yarn workspace infima-website start",
"website:build": "yarn workspace infima-website build",
"website:deploy": "yarn workspace infima-website deploy",
Expand Down

0 comments on commit f54971f

Please sign in to comment.