Skip to content

Commit 0607ff1

Browse files
committed
chore: now the scripts hould be really fixed
1 parent 519cbb3 commit 0607ff1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,9 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 20.x
18-
- run: npm run build
19-
- run: npm ci
18+
- name: Install dependencies
19+
run: npm clean-install
20+
- name: build the package
21+
run: npm run build
22+
- name: run CI runners
23+
run: npm ci

0 commit comments

Comments
 (0)