Skip to content

Commit 3fe9351

Browse files
committed
fix cicd
1 parent 3b8eb4e commit 3fe9351

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
with:
2020
node-version: "24"
2121
registry-url: "https://registry.npmjs.org"
22-
- run: npm install
23-
- run: npm ci
24-
- run: npm run build --if-present
25-
# - run: npm test
22+
- run: yarn
23+
- run: npm run ci
2624
- run: npm publish

0 commit comments

Comments
 (0)