Skip to content

Commit 227175b

Browse files
chore: add build step to build workflow
1 parent fcfe6fd commit 227175b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
with:
1717
cache: npm
1818
node-version: 18
19+
- run: npm i
20+
- run: npm run build
1921
- uses: preactjs/compressed-size-action@v2
2022
with:
2123
pattern: ".dist/**/*.{js,ts,json}"

0 commit comments

Comments
 (0)