We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfe6fd commit 227175bCopy full SHA for 227175b
.github/workflows/build.yml
@@ -16,6 +16,8 @@ jobs:
16
with:
17
cache: npm
18
node-version: 18
19
+ - run: npm i
20
+ - run: npm run build
21
- uses: preactjs/compressed-size-action@v2
22
23
pattern: ".dist/**/*.{js,ts,json}"
0 commit comments