Skip to content

Commit e56ad23

Browse files
committed
build: ✏️ update workflow
1 parent 630795c commit e56ad23

File tree

2 files changed

+4
-66
lines changed

2 files changed

+4
-66
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
- uses: actions/[email protected]
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
- run: npm install
29-
- run: npm ci
30-
- run: npm run lint
31-
- run: npm run build --if-present
32-
- run: npm test
28+
- run: yarn
29+
- run: yarn lint
30+
- run: yarn build --if-present
31+
- run: yarn test

0 commit comments

Comments
 (0)