Skip to content

Commit e9450e1

Browse files
committed
fix: fix ci
1 parent a10fa92 commit e9450e1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ jobs:
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- run: npm ci
24+
- run: npm run build
2425
- run: npm test run

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
node-version: 18
1818
registry-url: "https://registry.npmjs.org"
1919
- run: npm ci
20+
- run: npm run build
2021
- run: npm test run
2122
- run: npm publish
2223
env:

0 commit comments

Comments
 (0)